Html Css Color HEX #9F4475 Rouge

📋 copy color: '#9F4475'

red 159 ◦ green 68 ◦ blue 117

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

Shades of Rouge #9F4475

Tints of Rouge #9F4475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 46.22%
G = 19.77%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F4475 (or 0x9F4475) is known color: Rouge. HEX triplet: 9F, 44 and 75. RGB value is (159,68,117). Sum of RGB (Red+Green+Blue) = 159+68+117=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4475 is #60BB8A. Grayscale: #646464. Windows color (decimal): -6339467 or 7685279. OLE color: 7685279.

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

Color convert

RGB 159 68 117 -
CMYK 0 0.57 0.26 0.38
HSL 327.69º 0.4% 0.45% -
HSV(B) 327.69º 0.57% 0.62% -
XYZ 19.58 12.79 18.27 -
YUV 100.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 159 68 117 0 0.57 0.26 0.38 327.69 0.4 0.45
Hex 9F 44 75 0 39 1A 26 148 28 2D
Octal 237 104 165 0 71 32 46 510 50 55
Binary 10011111 1000100 1110101 0 111001 11010 100110 101001000 101000 101101

Color Harmonies of #9F4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4475

Black with #9F4475

Text Example


Text Example

White with #9F4475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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