Html Css Color HEX #9F3C76 Rouge

📋 copy color: '#9F3C76'

red 159 ◦ green 60 ◦ blue 118

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

Shades of Rouge #9F3C76

Tints of Rouge #9F3C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 47.18%
G = 17.8%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F3C76 (or 0x9F3C76) is known color: Rouge. HEX triplet: 9F, 3C and 76. RGB value is (159,60,118). Sum of RGB (Red+Green+Blue) = 159+60+118=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C76 is #60C389. Grayscale: #606060. Windows color (decimal): -6341514 or 7748767. OLE color: 7748767.

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

Color convert

RGB 159 60 118 -
CMYK 0 0.62 0.26 0.38
HSL 324.85º 0.45% 0.43% -
HSV(B) 324.85º 0.62% 0.62% -
XYZ 19.18 11.91 18.43 -
YUV 96.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 159 60 118 0 0.62 0.26 0.38 324.85 0.45 0.43
Hex 9F 3C 76 0 3E 1A 26 145 2D 2B
Octal 237 74 166 0 76 32 46 505 55 53
Binary 10011111 111100 1110110 0 111110 11010 100110 101000101 101101 101011

Color Harmonies of #9F3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C76

Black with #9F3C76

Text Example


Text Example

White with #9F3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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