#8A0CC9

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

Shades of Dark Violet #8A0CC9

Tints of Dark Violet #8A0CC9

Color information

#8A0CC9 (or 0x8A0CC9) is unknown color: approx Dark Violet. HEX triplet: 8A, 0C and C9. RGB value is (138,12,201). Sum of RGB (Red+Green+Blue) = 138+12+201=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A0CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CC9 is #75F336. Grayscale: #464646. Windows color (decimal): -7729975 or 13175946. OLE color: 13175946.

HSL color Cylindrical-coordinate representation of color #8A0CC9: hue angle of 280º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0CC9 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13812201-
CMYK0.310.9400.21
HSL280º88.73%41.76%-
HSV(B)280º94.03%78.82%-
XYZ21.169.8856.05-
YUV71.22201.24175.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 12 (5.08% from 255) = 3.42%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=39.32%
G=3.42%
B=57.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138122010.310.9400.2128088.7341.76
Hex8ACC91F5E015118592a
Octal212143113713602543013152
Binary100010101100110010011111110111100101011000110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,12,201); }

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

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

 a { background-color: rgb(138,12,201); }

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

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

 span { border-color: rgb(138,12,201); }

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