#9F0ABF

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

Shades of Dark Violet #9F0ABF

Tints of Dark Violet #9F0ABF

Color information

#9F0ABF (or 0x9F0ABF) is unknown color: approx Dark Violet. HEX triplet: 9F, 0A and BF. RGB value is (159,10,191). Sum of RGB (Red+Green+Blue) = 159+10+191=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ABF is #60F540. Grayscale: #4A4A4A. Windows color (decimal): -6354241 or 12520095. OLE color: 12520095.

HSL color Cylindrical-coordinate representation of color #9F0ABF: hue angle of 289.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0ABF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15910191-
CMYK0.170.9500.25
HSL289.39º90.05%39.41%-
HSV(B)289.39º94.76%74.9%-
XYZ23.8111.3550.23-
YUV75.18193.36187.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 10 (4.30% from 255) = 2.78%
BLUE value IS 191 (75% from 255) = 53.06%
R=44.17%
G=2.78%
B=53.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159101910.170.9500.25289.3990.0539.41
Hex9FABF115F0191215a27
Octal237122772113703144113247
Binary100111111010101111111000110111110110011001000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,10,191); }

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

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

 a { background-color: rgb(159,10,191); }

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

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

 span { border-color: rgb(159,10,191); }

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