#8a16b5

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

Shades of Dark Violet #8A16B5

Tints of Dark Violet #8A16B5

Color information

#8A16B5 (or 0x8A16B5) is unknown color: approx Dark Violet. HEX triplet: 8A, 16 and B5. RGB value is (138,22,181). Sum of RGB (Red+Green+Blue) = 138+22+181=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A16B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A16B5 is #75E94A. Grayscale: #4A4A4A. Windows color (decimal): -7727435 or 11867786. OLE color: 11867786.

HSL color Cylindrical-coordinate representation of color #8A16B5: hue angle of 283.77º 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 #8A16B5 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13822181-
CMYK0.240.8800.29
HSL283.77º78.33%39.8%-
HSV(B)283.77º87.85%70.98%-
XYZ19.119.3144.51-
YUV74.81187.93173.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 181 (71.09% from 255) = 53.08%
R=40.47%
G=6.45%
B=53.08%

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
Decimal138221810.240.8800.29283.7778.3339.8
Hex8A16B5185801D11c4e28
Octal212262653013003543411650
Binary1000101010110101101011100010110000111011000111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a16b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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