Html Css Color HEX #9D3B75 Rouge

📋 copy color: '#9D3B75'

red 157 ◦ green 59 ◦ blue 117

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

Shades of Rouge #9D3B75

Tints of Rouge #9D3B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 47.15%
G = 17.72%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D3B75 (or 0x9D3B75) is known color: Rouge. HEX triplet: 9D, 3B and 75. RGB value is (157,59,117). Sum of RGB (Red+Green+Blue) = 157+59+117=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3B75 is #62C48A. Grayscale: #5E5E5E. Windows color (decimal): -6472843 or 7682973. OLE color: 7682973.

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

Color convert

RGB 157 59 117 -
CMYK 0 0.62 0.25 0.38
HSL 324.49º 0.45% 0.42% -
HSV(B) 324.49º 0.62% 0.62% -
XYZ 18.68 11.58 18.08 -
YUV 94.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 157 59 117 0 0.62 0.25 0.38 324.49 0.45 0.42
Hex 9D 3B 75 0 3E 19 26 144 2D 2A
Octal 235 73 165 0 76 31 46 504 55 52
Binary 10011101 111011 1110101 0 111110 11001 100110 101000100 101101 101010

Color Harmonies of #9D3B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3B75

Black with #9D3B75

Text Example


Text Example

White with #9D3B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,59,117); }

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

background-color css

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

 a { background-color: rgb(157,59,117); }

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

border-color css

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

 span { border-color: rgb(157,59,117); }

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