Html Css Color HEX #9D3A6A Rouge

📋 copy color: '#9D3A6A'

red 157 ◦ green 58 ◦ blue 106

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

Shades of Rouge #9D3A6A

Tints of Rouge #9D3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 48.91%
G = 18.07%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D3A6A (or 0x9D3A6A) is known color: Rouge. HEX triplet: 9D, 3A and 6A. RGB value is (157,58,106). Sum of RGB (Red+Green+Blue) = 157+58+106=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3A6A is #62C595. Grayscale: #5C5C5C. Windows color (decimal): -6473110 or 6961821. OLE color: 6961821.

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

Color convert

RGB 157 58 106 -
CMYK 0 0.63 0.32 0.38
HSL 330.91º 0.46% 0.42% -
HSV(B) 330.91º 0.63% 0.62% -
XYZ 18.02 11.23 14.85 -
YUV 93.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 157 58 106 0 0.63 0.32 0.38 330.91 0.46 0.42
Hex 9D 3A 6A 0 3F 20 26 14B 2E 2A
Octal 235 72 152 0 77 40 46 513 56 52
Binary 10011101 111010 1101010 0 111111 100000 100110 101001011 101110 101010

Color Harmonies of #9D3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3A6A

Black with #9D3A6A

Text Example


Text Example

White with #9D3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,58,106); }

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

background-color css

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

 a { background-color: rgb(157,58,106); }

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

border-color css

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

 span { border-color: rgb(157,58,106); }

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