Html Css Color HEX #9D7382 Venus

📋 copy color: '#9D7382'

red 157 ◦ green 115 ◦ blue 130

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

Shades of Venus #9D7382

Tints of Venus #9D7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 39.05%
G = 28.61%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D7382 (or 0x9D7382) is known color: Venus. HEX triplet: 9D, 73 and 82. RGB value is (157,115,130). Sum of RGB (Red+Green+Blue) = 157+115+130=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7382 is #628C7D. Grayscale: #818181. Windows color (decimal): -6458494 or 8549277. OLE color: 8549277.

HSL color Cylindrical-coordinate representation of color #9D7382: hue angle of 338.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7382 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 115 130 -
CMYK 0 0.27 0.17 0.38
HSL 338.57º 0.18% 0.53% -
HSV(B) 338.57º 0.27% 0.62% -
XYZ 24.06 21.04 23.91 -
YUV 129.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 157 115 130 0 0.27 0.17 0.38 338.57 0.18 0.53
Hex 9D 73 82 0 1B 11 26 153 12 35
Octal 235 163 202 0 33 21 46 523 22 65
Binary 10011101 1110011 10000010 0 11011 10001 100110 101010011 10010 110101

Color Harmonies of #9D7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7382

Black with #9D7382

Text Example


Text Example

White with #9D7382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,115,130); }

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

background-color css

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

 a { background-color: rgb(157,115,130); }

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

border-color css

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

 span { border-color: rgb(157,115,130); }

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