Html Css Color HEX #9D416E Rouge

📋 copy color: '#9D416E'

red 157 ◦ green 65 ◦ blue 110

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

Shades of Rouge #9D416E

Tints of Rouge #9D416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 47.29%
G = 19.58%
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

#9D416E (or 0x9D416E) is known color: Rouge. HEX triplet: 9D, 41 and 6E. RGB value is (157,65,110). Sum of RGB (Red+Green+Blue) = 157+65+110=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D416E is #62BE91. Grayscale: #616161. Windows color (decimal): -6471314 or 7225757. OLE color: 7225757.

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

Color convert

RGB 157 65 110 -
CMYK 0 0.59 0.30 0.38
HSL 330.65º 0.41% 0.44% -
HSV(B) 330.65º 0.59% 0.62% -
XYZ 18.61 12.07 16.1 -
YUV 97.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 157 65 110 0 0.59 0.30 0.38 330.65 0.41 0.44
Hex 9D 41 6E 0 3B 1E 26 14B 29 2C
Octal 235 101 156 0 73 36 46 513 51 54
Binary 10011101 1000001 1101110 0 111011 11110 100110 101001011 101001 101100

Color Harmonies of #9D416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D416E

Black with #9D416E

Text Example


Text Example

White with #9D416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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