#8A12CF

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

Shades of Dark Violet #8A12CF

Tints of Dark Violet #8A12CF

Color information

#8A12CF (or 0x8A12CF) is unknown color: approx Dark Violet. HEX triplet: 8A, 12 and CF. RGB value is (138,18,207). Sum of RGB (Red+Green+Blue) = 138+18+207=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A12CF is #75ED30. Grayscale: #4A4A4A. Windows color (decimal): -7728433 or 13570698. OLE color: 13570698.

HSL color Cylindrical-coordinate representation of color #8A12CF: hue angle of 278.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A12CF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13818207-
CMYK0.330.9100.19
HSL278.1º84%44.12%-
HSV(B)278.1º91.3%81.18%-
XYZ21.9610.3459.87-
YUV75.43202.26172.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 207 (81.25% from 255) = 57.02%
R=38.02%
G=4.96%
B=57.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138182070.330.9100.19278.18444.12
Hex8A12CF215B013116542c
Octal212223174113302342612454
Binary10001010100101100111110000110110110100111000101101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A12CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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