#9f2288

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

Shades of Dark Purple #9F2288

Tints of Dark Purple #9F2288

Color information

#9F2288 (or 0x9F2288) is unknown color: approx Dark Purple. HEX triplet: 9F, 22 and 88. RGB value is (159,34,136). Sum of RGB (Red+Green+Blue) = 159+34+136=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2288 is #60DD77. Grayscale: #525252. Windows color (decimal): -6348152 or 8921759. OLE color: 8921759.

HSL color Cylindrical-coordinate representation of color #9F2288: hue angle of 311.04º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2288 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15934136-
CMYK00.790.140.38
HSL311.04º64.77%37.84%-
HSV(B)311.04º78.62%62.35%-
XYZ19.3110.2924.26-
YUV83157.91182.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=48.33%
G=10.33%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593413600.790.140.38311.0464.7737.84
Hex9F228804FE261374126
Octal237422100117164646710146
Binary10011111100010100010000100111111101001101001101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f2288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,136); }

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

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

 a { background-color: rgb(159,34,136); }

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

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

 span { border-color: rgb(159,34,136); }

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