#9F12CA

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

Shades of Dark Violet #9F12CA

Tints of Dark Violet #9F12CA

Color information

#9F12CA (or 0x9F12CA) is unknown color: approx Dark Violet. HEX triplet: 9F, 12 and CA. RGB value is (159,18,202). Sum of RGB (Red+Green+Blue) = 159+18+202=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F12CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F12CA is #60ED35. Grayscale: #505050. Windows color (decimal): -6352182 or 13243039. OLE color: 13243039.

HSL color Cylindrical-coordinate representation of color #9F12CA: hue angle of 285.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F12CA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15918202-
CMYK0.210.9100.21
HSL285.98º83.64%43.14%-
HSV(B)285.98º91.09%79.22%-
XYZ25.1812.0756.88-
YUV81.14196.21183.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=41.95%
G=4.75%
B=53.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159182020.210.9100.21285.9883.6443.14
Hex9F12CA155B01511e542b
Octal237223122513302543612453
Binary1001111110010110010101010110110110101011000111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,202); }

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

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

 a { background-color: rgb(159,18,202); }

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

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

 span { border-color: rgb(159,18,202); }

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