Html Css Color HEX #9D3D75 Rouge

📋 copy color: '#9D3D75'

red 157 ◦ green 61 ◦ blue 117

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

Shades of Rouge #9D3D75

Tints of Rouge #9D3D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

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

R = 46.87%
G = 18.21%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D3D75 (or 0x9D3D75) is known color: Rouge. HEX triplet: 9D, 3D and 75. RGB value is (157,61,117). Sum of RGB (Red+Green+Blue) = 157+61+117=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3D75 is #62C28A. Grayscale: #5F5F5F. Windows color (decimal): -6472331 or 7683485. OLE color: 7683485.

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

Color convert

RGB 157 61 117 -
CMYK 0 0.61 0.25 0.38
HSL 325º 0.44% 0.43% -
HSV(B) 325º 0.61% 0.62% -
XYZ 18.78 11.79 18.12 -
YUV 96.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 157 61 117 0 0.61 0.25 0.38 325 0.44 0.43
Hex 9D 3D 75 0 3D 19 26 145 2C 2B
Octal 235 75 165 0 75 31 46 505 54 53
Binary 10011101 111101 1110101 0 111101 11001 100110 101000101 101100 101011

Color Harmonies of #9D3D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3D75

Black with #9D3D75

Text Example


Text Example

White with #9D3D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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