#8408BA

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

Shades of Dark Violet #8408BA

Tints of Dark Violet #8408BA

Color information

#8408BA (or 0x8408BA) is unknown color: approx Dark Violet. HEX triplet: 84, 08 and BA. RGB value is (132,8,186). Sum of RGB (Red+Green+Blue) = 132+8+186=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #8408BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8408BA is #7BF745. Grayscale: #404040. Windows color (decimal): -8124230 or 12191876. OLE color: 12191876.

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

Color convert

RGB1328186-
CMYK0.290.9600.27
HSL281.8º91.75%38.04%-
HSV(B)281.8º95.7%72.94%-
XYZ18.478.6247.15-
YUV65.37196.08175.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=40.49%
G=2.45%
B=57.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13281860.290.9600.27281.891.7538.04
Hex848BA1D6001B11a5c26
Octal204102723514003343213446
Binary100001001000101110101110111000000110111000110101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8408BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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