#8A12C0

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

Shades of Dark Violet #8A12C0

Tints of Dark Violet #8A12C0

Color information

#8A12C0 (or 0x8A12C0) is unknown color: approx Dark Violet. HEX triplet: 8A, 12 and C0. RGB value is (138,18,192). Sum of RGB (Red+Green+Blue) = 138+18+192=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A12C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A12C0 is #75ED3F. Grayscale: #494949. Windows color (decimal): -7728448 or 12587658. OLE color: 12587658.

HSL color Cylindrical-coordinate representation of color #8A12C0: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A12C0 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13818192-
CMYK0.280.9100.25
HSL281.38º82.86%41.18%-
HSV(B)281.38º90.62%75.29%-
XYZ20.219.6450.66-
YUV73.72194.76173.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 18 (7.42% from 255) = 5.17%
BLUE value IS 192 (75.39% from 255) = 55.17%
R=39.66%
G=5.17%
B=55.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138181920.280.9100.25281.3882.8641.18
Hex8A12C01C5B0191195329
Octal212223003413303143112351
Binary1000101010010110000001110010110110110011000110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A12C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,192); }

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

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

 a { background-color: rgb(138,18,192); }

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

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

 span { border-color: rgb(138,18,192); }

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