#8A16B6

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

Shades of Dark Violet #8A16B6

Tints of Dark Violet #8A16B6

Color information

#8A16B6 (or 0x8A16B6) is unknown color: approx Dark Violet. HEX triplet: 8A, 16 and B6. RGB value is (138,22,182). Sum of RGB (Red+Green+Blue) = 138+22+182=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A16B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A16B6 is #75E949. Grayscale: #4A4A4A. Windows color (decimal): -7727434 or 11933322. OLE color: 11933322.

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

Color convert

RGB13822182-
CMYK0.240.8800.29
HSL283.5º78.43%40%-
HSV(B)283.5º87.91%71.37%-
XYZ19.219.3545.05-
YUV74.92188.43172.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 182 (71.48% from 255) = 53.22%
R=40.35%
G=6.43%
B=53.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138221820.240.8800.29283.578.4340
Hex8A16B6185801D11c4e28
Octal212262663013003543411650
Binary1000101010110101101101100010110000111011000111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A16B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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