Html Css Color HEX #9F4276 Rouge

📋 copy color: '#9F4276'

red 159 ◦ green 66 ◦ blue 118

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

Shades of Rouge #9F4276

Tints of Rouge #9F4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 46.36%
G = 19.24%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F4276 (or 0x9F4276) is known color: Rouge. HEX triplet: 9F, 42 and 76. RGB value is (159,66,118). Sum of RGB (Red+Green+Blue) = 159+66+118=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4276 is #60BD89. Grayscale: #636363. Windows color (decimal): -6339978 or 7750303. OLE color: 7750303.

HSL color Cylindrical-coordinate representation of color #9F4276: hue angle of 326.45º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4276 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 66 118 -
CMYK 0 0.58 0.26 0.38
HSL 326.45º 0.41% 0.44% -
HSV(B) 326.45º 0.58% 0.62% -
XYZ 19.52 12.58 18.54 -
YUV 99.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 159 66 118 0 0.58 0.26 0.38 326.45 0.41 0.44
Hex 9F 42 76 0 3A 1A 26 146 29 2C
Octal 237 102 166 0 72 32 46 506 51 54
Binary 10011111 1000010 1110110 0 111010 11010 100110 101000110 101001 101100

Color Harmonies of #9F4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4276

Black with #9F4276

Text Example


Text Example

White with #9F4276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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