Html Css Color HEX #9F2089 Dark Purple

📋 copy color: '#9F2089'

red 159 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #9F2089

Tints of Dark Purple #9F2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 48.48%
G = 9.76%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F2089 (or 0x9F2089) is known color: Dark Purple. HEX triplet: 9F, 20 and 89. RGB value is (159,32,137). Sum of RGB (Red+Green+Blue) = 159+32+137=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2089 is #60DF76. Grayscale: #515151. Windows color (decimal): -6348663 or 8986783. OLE color: 8986783.

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

Color convert

RGB 159 32 137 -
CMYK 0 0.80 0.14 0.38
HSL 310.39º 0.66% 0.37% -
HSV(B) 310.39º 0.8% 0.62% -
XYZ 19.33 10.21 24.62 -
YUV 81.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 159 32 137 0 0.80 0.14 0.38 310.39 0.66 0.37
Hex 9F 20 89 0 50 E 26 136 42 25
Octal 237 40 211 0 120 16 46 466 102 45
Binary 10011111 100000 10001001 0 1010000 1110 100110 100110110 1000010 100101

Color Harmonies of #9F2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2089

Black with #9F2089

Text Example


Text Example

White with #9F2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,137); }

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

background-color css

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

 a { background-color: rgb(159,32,137); }

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

border-color css

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

 span { border-color: rgb(159,32,137); }

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