Html Css Color HEX #9D7582 Venus

📋 copy color: '#9D7582'

red 157 ◦ green 117 ◦ blue 130

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

Shades of Venus #9D7582

Tints of Venus #9D7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.96%

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

R = 38.86%
G = 28.96%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D7582 (or 0x9D7582) is known color: Venus. HEX triplet: 9D, 75 and 82. RGB value is (157,117,130). Sum of RGB (Red+Green+Blue) = 157+117+130=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7582 is #628A7D. Grayscale: #828282. Windows color (decimal): -6457982 or 8549789. OLE color: 8549789.

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

Color convert

RGB 157 117 130 -
CMYK 0 0.25 0.17 0.38
HSL 340.5º 0.17% 0.54% -
HSV(B) 340.5º 0.25% 0.62% -
XYZ 24.3 21.5 23.99 -
YUV 130.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 157 117 130 0 0.25 0.17 0.38 340.5 0.17 0.54
Hex 9D 75 82 0 19 11 26 154 11 36
Octal 235 165 202 0 31 21 46 524 21 66
Binary 10011101 1110101 10000010 0 11001 10001 100110 101010100 10001 110110

Color Harmonies of #9D7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7582

Black with #9D7582

Text Example


Text Example

White with #9D7582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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