Html Css Color HEX #9F416F Rouge

📋 copy color: '#9F416F'

red 159 ◦ green 65 ◦ blue 111

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

Shades of Rouge #9F416F

Tints of Rouge #9F416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 47.46%
G = 19.4%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F416F (or 0x9F416F) is known color: Rouge. HEX triplet: 9F, 41 and 6F. RGB value is (159,65,111). Sum of RGB (Red+Green+Blue) = 159+65+111=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F416F is #60BE90. Grayscale: #626262. Windows color (decimal): -6340241 or 7291295. OLE color: 7291295.

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

Color convert

RGB 159 65 111 -
CMYK 0 0.59 0.30 0.38
HSL 330.64º 0.42% 0.44% -
HSV(B) 330.64º 0.59% 0.62% -
XYZ 19.06 12.3 16.41 -
YUV 98.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 159 65 111 0 0.59 0.30 0.38 330.64 0.42 0.44
Hex 9F 41 6F 0 3B 1E 26 14B 2A 2C
Octal 237 101 157 0 73 36 46 513 52 54
Binary 10011111 1000001 1101111 0 111011 11110 100110 101001011 101010 101100

Color Harmonies of #9F416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F416F

Black with #9F416F

Text Example


Text Example

White with #9F416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,111); }

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

background-color css

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

 a { background-color: rgb(159,65,111); }

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

border-color css

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

 span { border-color: rgb(159,65,111); }

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