Html Css Color HEX #9F2289 Dark Purple

📋 copy color: '#9F2289'

red 159 ◦ green 34 ◦ blue 137

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

Shades of Dark Purple #9F2289

Tints of Dark Purple #9F2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

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

R = 48.18%
G = 10.3%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F2289 (or 0x9F2289) is known color: Dark Purple. HEX triplet: 9F, 22 and 89. RGB value is (159,34,137). Sum of RGB (Red+Green+Blue) = 159+34+137=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2289 is #60DD76. Grayscale: #525252. Windows color (decimal): -6348151 or 8987295. OLE color: 8987295.

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

Color convert

RGB 159 34 137 -
CMYK 0 0.79 0.14 0.38
HSL 310.56º 0.65% 0.38% -
HSV(B) 310.56º 0.79% 0.62% -
XYZ 19.39 10.32 24.64 -
YUV 83.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 159 34 137 0 0.79 0.14 0.38 310.56 0.65 0.38
Hex 9F 22 89 0 4F E 26 137 41 26
Octal 237 42 211 0 117 16 46 467 101 46
Binary 10011111 100010 10001001 0 1001111 1110 100110 100110111 1000001 100110

Color Harmonies of #9F2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2289

Black with #9F2289

Text Example


Text Example

White with #9F2289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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