#8401BA

Color #8401BA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8401BA

Tints of Dark Violet #8401BA

Color information

#8401BA (or 0x8401BA) is unknown color: approx Dark Violet. HEX triplet: 84, 01 and BA. RGB value is (132,1,186). Sum of RGB (Red+Green+Blue) = 132+1+186=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #8401BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8401BA is #7BFE45. Grayscale: #3C3C3C. Windows color (decimal): -8126022 or 12190084. OLE color: 12190084.

HSL color Cylindrical-coordinate representation of color #8401BA: hue angle of 282.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8401BA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1321186-
CMYK0.290.9900.27
HSL282.49º98.93%36.67%-
HSV(B)282.49º99.46%72.94%-
XYZ18.398.4747.12-
YUV61.26198.4178.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=41.38%
G=0.31%
B=58.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13211860.290.9900.27282.4998.9336.67
Hex841BA1D6301B11a6325
Octal20412723514303343214345
Binary100001001101110101110111000110110111000110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8401BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8401BA; }

 p { color: rgb(132,1,186); }

 H1.HeaderClassName
 {
   color: #8401BA;
 }
 .AnyTagClassName
 {
   color: #8401BA;
 }
</style>
background-color css

<style>
 a { background-color: #8401BA; }

 a { background-color: rgb(132,1,186); }

 div.DivClassName
 {
   background-color: #8401BA;
 }
 .BgClassName
 {
   background-color: #8401BA;
 }
</style>
border-color css

<style>
 span { border-color: #8401BA; }

 span { border-color: rgb(132,1,186); }

 td.TdClassName
 {
   border-color: #8401BA;
 }
 .TagClassName
 {
   border-color: #8401BA;
 }
</style>