#9F11B6

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

Shades of Dark Violet #9F11B6

Tints of Dark Violet #9F11B6

Color information

#9F11B6 (or 0x9F11B6) is unknown color: approx Dark Violet. HEX triplet: 9F, 11 and B6. RGB value is (159,17,182). Sum of RGB (Red+Green+Blue) = 159+17+182=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F11B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11B6 is #60EE49. Grayscale: #4D4D4D. Windows color (decimal): -6352458 or 11932063. OLE color: 11932063.

HSL color Cylindrical-coordinate representation of color #9F11B6: hue angle of 291.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F11B6 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15917182-
CMYK0.130.9100.29
HSL291.64º82.91%39.02%-
HSV(B)291.64º90.66%71.37%-
XYZ22.9411.1545.2-
YUV78.27186.54185.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 17 (7.03% from 255) = 4.75%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=44.41%
G=4.75%
B=50.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159171820.130.9100.29291.6482.9139.02
Hex9F11B6D5B01D1245327
Octal237212661513303544412347
Binary100111111000110110110110110110110111011001001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F11B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,17,182); }

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

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

 a { background-color: rgb(159,17,182); }

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

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

 span { border-color: rgb(159,17,182); }

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