Html Css Color HEX #9D416C Rouge

📋 copy color: '#9D416C'

red 157 ◦ green 65 ◦ blue 108

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

Shades of Rouge #9D416C

Tints of Rouge #9D416C

RGB

 RED value IS 157 (61.72% from 255) = 47.58%

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 47.58%
G = 19.7%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D416C (or 0x9D416C) is known color: Rouge. HEX triplet: 9D, 41 and 6C. RGB value is (157,65,108). Sum of RGB (Red+Green+Blue) = 157+65+108=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D416C is #62BE93. Grayscale: #616161. Windows color (decimal): -6471316 or 7094685. OLE color: 7094685.

HSL color Cylindrical-coordinate representation of color #9D416C: hue angle of 331.96º degrees, saturation: 0.41, 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 #9D416C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 65 108 -
CMYK 0 0.59 0.31 0.38
HSL 331.96º 0.41% 0.44% -
HSV(B) 331.96º 0.59% 0.62% -
XYZ 18.5 12.03 15.53 -
YUV 97.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 157 65 108 0 0.59 0.31 0.38 331.96 0.41 0.44
Hex 9D 41 6C 0 3B 1F 26 14C 29 2C
Octal 235 101 154 0 73 37 46 514 51 54
Binary 10011101 1000001 1101100 0 111011 11111 100110 101001100 101001 101100

Color Harmonies of #9D416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D416C

Black with #9D416C

Text Example


Text Example

White with #9D416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,108); }

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

background-color css

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

 a { background-color: rgb(157,65,108); }

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

border-color css

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

 span { border-color: rgb(157,65,108); }

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