Html Css Color HEX #9F1C77 Dark Purple

📋 copy color: '#9F1C77'

red 159 ◦ green 28 ◦ blue 119

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

Shades of Dark Purple #9F1C77

Tints of Dark Purple #9F1C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.15%

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

R = 51.96%
G = 9.15%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F1C77 (or 0x9F1C77) is known color: Dark Purple. HEX triplet: 9F, 1C and 77. RGB value is (159,28,119). Sum of RGB (Red+Green+Blue) = 159+28+119=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C77 is #60E388. Grayscale: #4D4D4D. Windows color (decimal): -6349705 or 7806111. OLE color: 7806111.

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

Color convert

RGB 159 28 119 -
CMYK 0 0.82 0.25 0.38
HSL 318.32º 0.7% 0.37% -
HSV(B) 318.32º 0.82% 0.62% -
XYZ 18.04 9.53 18.34 -
YUV 77.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 159 28 119 0 0.82 0.25 0.38 318.32 0.7 0.37
Hex 9F 1C 77 0 52 19 26 13E 46 25
Octal 237 34 167 0 122 31 46 476 106 45
Binary 10011111 11100 1110111 0 1010010 11001 100110 100111110 1000110 100101

Color Harmonies of #9F1C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1C77

Black with #9F1C77

Text Example


Text Example

White with #9F1C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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