#9F2B90

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

Shades of Dark Purple #9F2B90

Tints of Dark Purple #9F2B90

Color information

#9F2B90 (or 0x9F2B90) is unknown color: approx Dark Purple. HEX triplet: 9F, 2B and 90. RGB value is (159,43,144). Sum of RGB (Red+Green+Blue) = 159+43+144=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B90 is #60D46F. Grayscale: #585858. Windows color (decimal): -6345840 or 9448351. OLE color: 9448351.

HSL color Cylindrical-coordinate representation of color #9F2B90: hue angle of 307.76º 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 #9F2B90 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15943144-
CMYK00.730.090.38
HSL307.76º57.43%39.61%-
HSV(B)307.76º72.96%62.35%-
XYZ20.211.1127.47-
YUV89.2158.93177.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 43 (17.19% from 255) = 12.43%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=45.95%
G=12.43%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594314400.730.090.38307.7657.4339.61
Hex9F2B900499261343928
Octal23753220011111464647150
Binary1001111110101110010000010010011001100110100110100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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