Html Css Color HEX #9F2377 Dark Purple

📋 copy color: '#9F2377'

red 159 ◦ green 35 ◦ blue 119

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

Shades of Dark Purple #9F2377

Tints of Dark Purple #9F2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 50.8%
G = 11.18%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F2377 (or 0x9F2377) is known color: Dark Purple. HEX triplet: 9F, 23 and 77. RGB value is (159,35,119). Sum of RGB (Red+Green+Blue) = 159+35+119=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2377 is #60DC88. Grayscale: #515151. Windows color (decimal): -6347913 or 7807903. OLE color: 7807903.

HSL color Cylindrical-coordinate representation of color #9F2377: hue angle of 319.35º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2377 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 119 -
CMYK 0 0.78 0.25 0.38
HSL 319.35º 0.64% 0.38% -
HSV(B) 319.35º 0.78% 0.62% -
XYZ 18.23 9.9 18.4 -
YUV 81.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 159 35 119 0 0.78 0.25 0.38 319.35 0.64 0.38
Hex 9F 23 77 0 4E 19 26 13F 40 26
Octal 237 43 167 0 116 31 46 477 100 46
Binary 10011111 100011 1110111 0 1001110 11001 100110 100111111 1000000 100110

Color Harmonies of #9F2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2377

Black with #9F2377

Text Example


Text Example

White with #9F2377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,119); }

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

background-color css

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

 a { background-color: rgb(159,35,119); }

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

border-color css

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

 span { border-color: rgb(159,35,119); }

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