Html Css Color HEX #9F4471 Rouge

📋 copy color: '#9F4471'

red 159 ◦ green 68 ◦ blue 113

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

Shades of Rouge #9F4471

Tints of Rouge #9F4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 46.76%
G = 20%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F4471 (or 0x9F4471) is known color: Rouge. HEX triplet: 9F, 44 and 71. RGB value is (159,68,113). Sum of RGB (Red+Green+Blue) = 159+68+113=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4471 is #60BB8E. Grayscale: #646464. Windows color (decimal): -6339471 or 7423135. OLE color: 7423135.

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

Color convert

RGB 159 68 113 -
CMYK 0 0.57 0.29 0.38
HSL 330.33º 0.4% 0.45% -
HSV(B) 330.33º 0.57% 0.62% -
XYZ 19.35 12.7 17.05 -
YUV 100.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 159 68 113 0 0.57 0.29 0.38 330.33 0.4 0.45
Hex 9F 44 71 0 39 1D 26 14A 28 2D
Octal 237 104 161 0 71 35 46 512 50 55
Binary 10011111 1000100 1110001 0 111001 11101 100110 101001010 101000 101101

Color Harmonies of #9F4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4471

Black with #9F4471

Text Example


Text Example

White with #9F4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,113); }

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

background-color css

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

 a { background-color: rgb(159,68,113); }

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

border-color css

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

 span { border-color: rgb(159,68,113); }

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