#8A0DB6

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

Shades of Dark Violet #8A0DB6

Tints of Dark Violet #8A0DB6

Color information

#8A0DB6 (or 0x8A0DB6) is unknown color: approx Dark Violet. HEX triplet: 8A, 0D and B6. RGB value is (138,13,182). Sum of RGB (Red+Green+Blue) = 138+13+182=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A0DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0DB6 is #75F249. Grayscale: #454545. Windows color (decimal): -7729738 or 11931018. OLE color: 11931018.

HSL color Cylindrical-coordinate representation of color #8A0DB6: hue angle of 284.38º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0DB6 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13813182-
CMYK0.240.9300.29
HSL284.38º86.67%38.24%-
HSV(B)284.38º92.86%71.37%-
XYZ19.079.0745-
YUV69.64191.41176.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 182 (71.48% from 255) = 54.65%
R=41.44%
G=3.90%
B=54.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138131820.240.9300.29284.3886.6738.24
Hex8ADB6185D01D11c5726
Octal212152663013503543412746
Binary100010101101101101101100010111010111011000111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,182); }

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

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

 a { background-color: rgb(138,13,182); }

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

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

 span { border-color: rgb(138,13,182); }

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