Html Css Color HEX #9F3A77 Rouge

📋 copy color: '#9F3A77'

red 159 ◦ green 58 ◦ blue 119

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

Shades of Rouge #9F3A77

Tints of Rouge #9F3A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

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

R = 47.32%
G = 17.26%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F3A77 (or 0x9F3A77) is known color: Rouge. HEX triplet: 9F, 3A and 77. RGB value is (159,58,119). Sum of RGB (Red+Green+Blue) = 159+58+119=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3A77 is #60C588. Grayscale: #5F5F5F. Windows color (decimal): -6342025 or 7813791. OLE color: 7813791.

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

Color convert

RGB 159 58 119 -
CMYK 0 0.64 0.25 0.38
HSL 323.76º 0.47% 0.43% -
HSV(B) 323.76º 0.64% 0.62% -
XYZ 19.14 11.73 18.71 -
YUV 95.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 159 58 119 0 0.64 0.25 0.38 323.76 0.47 0.43
Hex 9F 3A 77 0 40 19 26 144 2F 2B
Octal 237 72 167 0 100 31 46 504 57 53
Binary 10011111 111010 1110111 0 1000000 11001 100110 101000100 101111 101011

Color Harmonies of #9F3A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3A77

Black with #9F3A77

Text Example


Text Example

White with #9F3A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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