Html Css Color HEX #9F2C88 Dark Purple

📋 copy color: '#9F2C88'

red 159 ◦ green 44 ◦ blue 136

#9F2C88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #9F2C88

Tints of Dark Purple #9F2C88

RGB

 RED value IS 159 (62.5% from 255) = 46.9%

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 46.9%
G = 12.98%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F2C88 (or 0x9F2C88) is known color: Dark Purple. HEX triplet: 9F, 2C and 88. RGB value is (159,44,136). Sum of RGB (Red+Green+Blue) = 159+44+136=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2C88 is #60D377. Grayscale: #585858. Windows color (decimal): -6345592 or 8924319. OLE color: 8924319.

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

Color convert

RGB 159 44 136 -
CMYK 0 0.72 0.14 0.38
HSL 312º 0.57% 0.4% -
HSV(B) 312º 0.72% 0.62% -
XYZ 19.64 10.95 24.37 -
YUV 88.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 159 44 136 0 0.72 0.14 0.38 312 0.57 0.4
Hex 9F 2C 88 0 48 E 26 138 39 28
Octal 237 54 210 0 110 16 46 470 71 50
Binary 10011111 101100 10001000 0 1001000 1110 100110 100111000 111001 101000

Color Harmonies of #9F2C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2C88

Black with #9F2C88

Text Example


Text Example

White with #9F2C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2C88;
 }
 .AnyTagClassName
 {
   color: #9F2C88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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