Html Css Color HEX #9D326E Rouge

📋 copy color: '#9D326E'

red 157 ◦ green 50 ◦ blue 110

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

Shades of Rouge #9D326E

Tints of Rouge #9D326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 49.53%
G = 15.77%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D326E (or 0x9D326E) is known color: Rouge. HEX triplet: 9D, 32 and 6E. RGB value is (157,50,110). Sum of RGB (Red+Green+Blue) = 157+50+110=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D326E is #62CD91. Grayscale: #585858. Windows color (decimal): -6475154 or 7221917. OLE color: 7221917.

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

Color convert

RGB 157 50 110 -
CMYK 0 0.68 0.30 0.38
HSL 326.36º 0.52% 0.41% -
HSV(B) 326.36º 0.68% 0.62% -
XYZ 17.86 10.58 15.85 -
YUV 88.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 157 50 110 0 0.68 0.30 0.38 326.36 0.52 0.41
Hex 9D 32 6E 0 44 1E 26 146 34 29
Octal 235 62 156 0 104 36 46 506 64 51
Binary 10011101 110010 1101110 0 1000100 11110 100110 101000110 110100 101001

Color Harmonies of #9D326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D326E

Black with #9D326E

Text Example


Text Example

White with #9D326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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