Html Css Color HEX #9F2771 Dark Purple

📋 copy color: '#9F2771'

red 159 ◦ green 39 ◦ blue 113

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

Shades of Dark Purple #9F2771

Tints of Dark Purple #9F2771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 51.13%
G = 12.54%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F2771 (or 0x9F2771) is known color: Dark Purple. HEX triplet: 9F, 27 and 71. RGB value is (159,39,113). Sum of RGB (Red+Green+Blue) = 159+39+113=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2771 is #60D88E. Grayscale: #535353. Windows color (decimal): -6346895 or 7415711. OLE color: 7415711.

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

Color convert

RGB 159 39 113 -
CMYK 0 0.75 0.29 0.38
HSL 323º 0.61% 0.39% -
HSV(B) 323º 0.75% 0.62% -
XYZ 18 10.01 16.61 -
YUV 83.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 159 39 113 0 0.75 0.29 0.38 323 0.61 0.39
Hex 9F 27 71 0 4B 1D 26 143 3D 27
Octal 237 47 161 0 113 35 46 503 75 47
Binary 10011111 100111 1110001 0 1001011 11101 100110 101000011 111101 100111

Color Harmonies of #9F2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2771

Black with #9F2771

Text Example


Text Example

White with #9F2771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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