#9A12C6

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

Shades of Dark Violet #9A12C6

Tints of Dark Violet #9A12C6

Color information

#9A12C6 (or 0x9A12C6) is unknown color: approx Dark Violet. HEX triplet: 9A, 12 and C6. RGB value is (154,18,198). Sum of RGB (Red+Green+Blue) = 154+18+198=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A12C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A12C6 is #65ED39. Grayscale: #4E4E4E. Windows color (decimal): -6679866 or 12980890. OLE color: 12980890.

HSL color Cylindrical-coordinate representation of color #9A12C6: hue angle of 285.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A12C6 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15418198-
CMYK0.220.9100.22
HSL285.33º83.33%42.35%-
HSV(B)285.33º90.91%77.65%-
XYZ23.7411.3854.37-
YUV79.18195.06181.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 18 (7.42% from 255) = 4.86%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=41.62%
G=4.86%
B=53.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154181980.220.9100.22285.3383.3342.35
Hex9A12C6165B01611d532a
Octal232223062613302643512352
Binary1001101010010110001101011010110110101101000111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A12C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A12C6; }

 p { color: rgb(154,18,198); }

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

<style>
 a { background-color: #9A12C6; }

 a { background-color: rgb(154,18,198); }

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

<style>
 span { border-color: #9A12C6; }

 span { border-color: rgb(154,18,198); }

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