#9F0EE2

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

Shades of Dark Violet #9F0EE2

Tints of Dark Violet #9F0EE2

Color information

#9F0EE2 (or 0x9F0EE2) is unknown color: approx Dark Violet. HEX triplet: 9F, 0E and E2. RGB value is (159,14,226). Sum of RGB (Red+Green+Blue) = 159+14+226=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 226 (88.67% from 255 or 56.64% from 399); Max value from RGB is 226 - color contains mainly: blue. Hex color #9F0EE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0EE2 is #60F11D. Grayscale: #505050. Windows color (decimal): -6353182 or 14814879. OLE color: 14814879.

HSL color Cylindrical-coordinate representation of color #9F0EE2: hue angle of 281.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0EE2 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15914226-
CMYK0.300.9400.11
HSL281.04º88.33%47.06%-
HSV(B)281.04º93.81%88.63%-
XYZ28.1813.1873.01-
YUV81.52209.54183.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 14 (5.86% from 255) = 3.51%
BLUE value IS 226 (88.67% from 255) = 56.64%
R=39.85%
G=3.51%
B=56.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal159142260.300.9400.11281.0488.3347.06
Hex9FEE21E5E0B119582f
Octal237163423613601343113057
Binary10011111111011100010111101011110010111000110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,14,226); }

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

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

 a { background-color: rgb(159,14,226); }

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

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

 span { border-color: rgb(159,14,226); }

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