Html Css Color HEX #9F2D88 Dark Purple

📋 copy color: '#9F2D88'

red 159 ◦ green 45 ◦ blue 136

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

Shades of Dark Purple #9F2D88

Tints of Dark Purple #9F2D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

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

R = 46.76%
G = 13.24%
B = 40%

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

#9F2D88 (or 0x9F2D88) is known color: Dark Purple. HEX triplet: 9F, 2D and 88. RGB value is (159,45,136). Sum of RGB (Red+Green+Blue) = 159+45+136=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D88 is #60D277. Grayscale: #595959. Windows color (decimal): -6345336 or 8924575. OLE color: 8924575.

HSL color Cylindrical-coordinate representation of color #9F2D88: hue angle of 312.11º degrees, saturation: 0.56, 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 #9F2D88 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 45 136 -
CMYK 0 0.72 0.14 0.38
HSL 312.11º 0.56% 0.4% -
HSV(B) 312.11º 0.72% 0.62% -
XYZ 19.68 11.03 24.38 -
YUV 89.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 159 45 136 0 0.72 0.14 0.38 312.11 0.56 0.4
Hex 9F 2D 88 0 48 E 26 138 38 28
Octal 237 55 210 0 110 16 46 470 70 50
Binary 10011111 101101 10001000 0 1001000 1110 100110 100111000 111000 101000

Color Harmonies of #9F2D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D88

Black with #9F2D88

Text Example


Text Example

White with #9F2D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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