Html Css Color HEX #9F3C77 Rouge

📋 copy color: '#9F3C77'

red 159 ◦ green 60 ◦ blue 119

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

Shades of Rouge #9F3C77

Tints of Rouge #9F3C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 47.04%
G = 17.75%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F3C77 (or 0x9F3C77) is known color: Rouge. HEX triplet: 9F, 3C and 77. RGB value is (159,60,119). Sum of RGB (Red+Green+Blue) = 159+60+119=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C77 is #60C388. Grayscale: #606060. Windows color (decimal): -6341513 or 7814303. OLE color: 7814303.

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

Color convert

RGB 159 60 119 -
CMYK 0 0.62 0.25 0.38
HSL 324.24º 0.45% 0.43% -
HSV(B) 324.24º 0.62% 0.62% -
XYZ 19.24 11.93 18.74 -
YUV 96.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 159 60 119 0 0.62 0.25 0.38 324.24 0.45 0.43
Hex 9F 3C 77 0 3E 19 26 144 2D 2B
Octal 237 74 167 0 76 31 46 504 55 53
Binary 10011111 111100 1110111 0 111110 11001 100110 101000100 101101 101011

Color Harmonies of #9F3C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C77

Black with #9F3C77

Text Example


Text Example

White with #9F3C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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