#8B04AE

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

Shades of Dark Violet #8B04AE

Tints of Dark Violet #8B04AE

Color information

#8B04AE (or 0x8B04AE) is unknown color: approx Dark Violet. HEX triplet: 8B, 04 and AE. RGB value is (139,4,174). Sum of RGB (Red+Green+Blue) = 139+4+174=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B04AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B04AE is #74FB51. Grayscale: #3F3F3F. Windows color (decimal): -7666514 or 11404427. OLE color: 11404427.

HSL color Cylindrical-coordinate representation of color #8B04AE: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B04AE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1394174-
CMYK0.200.9800.32
HSL287.65º95.51%34.9%-
HSV(B)287.65º97.7%68.24%-
XYZ18.338.6340.74-
YUV63.74190.23181.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=43.85%
G=1.26%
B=54.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13941740.200.9800.32287.6595.5134.9
Hex8B4AE14620201206023
Octal21342562414204044014043
Binary100010111001010111010100110001001000001001000001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B04AE; }

 p { color: rgb(139,4,174); }

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

<style>
 a { background-color: #8B04AE; }

 a { background-color: rgb(139,4,174); }

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

<style>
 span { border-color: #8B04AE; }

 span { border-color: rgb(139,4,174); }

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