#9F2B95

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

Shades of Dark Purple #9F2B95

Tints of Dark Purple #9F2B95

Color information

#9F2B95 (or 0x9F2B95) is unknown color: approx Dark Purple. HEX triplet: 9F, 2B and 95. RGB value is (159,43,149). Sum of RGB (Red+Green+Blue) = 159+43+149=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B95 is #60D46A. Grayscale: #595959. Windows color (decimal): -6345835 or 9776031. OLE color: 9776031.

HSL color Cylindrical-coordinate representation of color #9F2B95: hue angle of 305.17º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B95 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15943149-
CMYK00.730.060.38
HSL305.17º57.43%39.61%-
HSV(B)305.17º72.96%62.35%-
XYZ20.5911.2729.52-
YUV89.77161.43177.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=45.30%
G=12.25%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594314900.730.060.38305.1757.4339.61
Hex9F2B950496261313928
Octal2375322501116464617150
Binary100111111010111001010101001001110100110100110001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,149); }

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

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

 a { background-color: rgb(159,43,149); }

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

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

 span { border-color: rgb(159,43,149); }

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