Html Css Color HEX #9F2B87 Dark Purple

📋 copy color: '#9F2B87'

red 159 ◦ green 43 ◦ blue 135

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

Shades of Dark Purple #9F2B87

Tints of Dark Purple #9F2B87

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 47.18%
G = 12.76%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F2B87 (or 0x9F2B87) is known color: Dark Purple. HEX triplet: 9F, 2B and 87. RGB value is (159,43,135). Sum of RGB (Red+Green+Blue) = 159+43+135=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B87 is #60D478. Grayscale: #575757. Windows color (decimal): -6345849 or 8858527. OLE color: 8858527.

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

Color convert

RGB 159 43 135 -
CMYK 0 0.73 0.15 0.38
HSL 312.41º 0.57% 0.4% -
HSV(B) 312.41º 0.73% 0.62% -
XYZ 19.54 10.85 23.99 -
YUV 88.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 159 43 135 0 0.73 0.15 0.38 312.41 0.57 0.4
Hex 9F 2B 87 0 49 F 26 138 39 28
Octal 237 53 207 0 111 17 46 470 71 50
Binary 10011111 101011 10000111 0 1001001 1111 100110 100111000 111001 101000

Color Harmonies of #9F2B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B87

Black with #9F2B87

Text Example


Text Example

White with #9F2B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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