#9F11AF

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

Shades of Dark Violet #9F11AF

Tints of Dark Violet #9F11AF

Color information

#9F11AF (or 0x9F11AF) is unknown color: approx Dark Violet. HEX triplet: 9F, 11 and AF. RGB value is (159,17,175). Sum of RGB (Red+Green+Blue) = 159+17+175=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F11AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F11AF is #60EE50. Grayscale: #4C4C4C. Windows color (decimal): -6352465 or 11473311. OLE color: 11473311.

HSL color Cylindrical-coordinate representation of color #9F11AF: hue angle of 293.92º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F11AF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15917175-
CMYK0.090.9000.31
HSL293.92º82.29%37.65%-
HSV(B)293.92º90.29%68.63%-
XYZ22.2410.8741.48-
YUV77.47183.04186.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=45.30%
G=4.84%
B=49.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159171750.090.9000.31293.9282.2937.65
Hex9F11AF95A01F1265226
Octal237212571113203744612246
Binary100111111000110101111100110110100111111001001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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