Html Css Color HEX #9D316C Rouge

📋 copy color: '#9D316C'

red 157 ◦ green 49 ◦ blue 108

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

Shades of Rouge #9D316C

Tints of Rouge #9D316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 50%
G = 15.61%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D316C (or 0x9D316C) is known color: Rouge. HEX triplet: 9D, 31 and 6C. RGB value is (157,49,108). Sum of RGB (Red+Green+Blue) = 157+49+108=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D316C is #62CE93. Grayscale: #575757. Windows color (decimal): -6475412 or 7090589. OLE color: 7090589.

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

Color convert

RGB 157 49 108 -
CMYK 0 0.69 0.31 0.38
HSL 327.22º 0.52% 0.4% -
HSV(B) 327.22º 0.69% 0.62% -
XYZ 17.71 10.45 15.27 -
YUV 88.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 157 49 108 0 0.69 0.31 0.38 327.22 0.52 0.4
Hex 9D 31 6C 0 45 1F 26 147 34 28
Octal 235 61 154 0 105 37 46 507 64 50
Binary 10011101 110001 1101100 0 1000101 11111 100110 101000111 110100 101000

Color Harmonies of #9D316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D316C

Black with #9D316C

Text Example


Text Example

White with #9D316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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