Html Css Color HEX #9F2272 Dark Purple

📋 copy color: '#9F2272'

red 159 ◦ green 34 ◦ blue 114

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

Shades of Dark Purple #9F2272

Tints of Dark Purple #9F2272

RGB

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

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

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

R = 51.79%
G = 11.07%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F2272 (or 0x9F2272) is known color: Dark Purple. HEX triplet: 9F, 22 and 72. RGB value is (159,34,114). Sum of RGB (Red+Green+Blue) = 159+34+114=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2272 is #60DD8D. Grayscale: #505050. Windows color (decimal): -6348174 or 7479967. OLE color: 7479967.

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

Color convert

RGB 159 34 114 -
CMYK 0 0.79 0.28 0.38
HSL 321.6º 0.65% 0.38% -
HSV(B) 321.6º 0.79% 0.62% -
XYZ 17.91 9.73 16.85 -
YUV 80.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 159 34 114 0 0.79 0.28 0.38 321.6 0.65 0.38
Hex 9F 22 72 0 4F 1C 26 142 41 26
Octal 237 42 162 0 117 34 46 502 101 46
Binary 10011111 100010 1110010 0 1001111 11100 100110 101000010 1000001 100110

Color Harmonies of #9F2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2272

Black with #9F2272

Text Example


Text Example

White with #9F2272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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