Html Css Color HEX #9F2772 Dark Purple

📋 copy color: '#9F2772'

red 159 ◦ green 39 ◦ blue 114

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

Shades of Dark Purple #9F2772

Tints of Dark Purple #9F2772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 50.96%
G = 12.5%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F2772 (or 0x9F2772) is known color: Dark Purple. HEX triplet: 9F, 27 and 72. RGB value is (159,39,114). Sum of RGB (Red+Green+Blue) = 159+39+114=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2772 is #60D88D. Grayscale: #535353. Windows color (decimal): -6346894 or 7481247. OLE color: 7481247.

HSL color Cylindrical-coordinate representation of color #9F2772: hue angle of 322.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2772 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 39 114 -
CMYK 0 0.75 0.28 0.38
HSL 322.5º 0.61% 0.39% -
HSV(B) 322.5º 0.75% 0.62% -
XYZ 18.06 10.04 16.9 -
YUV 83.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 159 39 114 0 0.75 0.28 0.38 322.5 0.61 0.39
Hex 9F 27 72 0 4B 1C 26 142 3D 27
Octal 237 47 162 0 113 34 46 502 75 47
Binary 10011111 100111 1110010 0 1001011 11100 100110 101000010 111101 100111

Color Harmonies of #9F2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2772

Black with #9F2772

Text Example


Text Example

White with #9F2772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,114); }

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

background-color css

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

 a { background-color: rgb(159,39,114); }

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

border-color css

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

 span { border-color: rgb(159,39,114); }

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