Html Css Color HEX #9D7482 Venus

📋 copy color: '#9D7482'

red 157 ◦ green 116 ◦ blue 130

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

Shades of Venus #9D7482

Tints of Venus #9D7482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

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

R = 38.96%
G = 28.78%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D7482 (or 0x9D7482) is known color: Venus. HEX triplet: 9D, 74 and 82. RGB value is (157,116,130). Sum of RGB (Red+Green+Blue) = 157+116+130=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7482 is #628B7D. Grayscale: #818181. Windows color (decimal): -6458238 or 8549533. OLE color: 8549533.

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

Color convert

RGB 157 116 130 -
CMYK 0 0.26 0.17 0.38
HSL 339.51º 0.17% 0.54% -
HSV(B) 339.51º 0.26% 0.62% -
XYZ 24.18 21.27 23.95 -
YUV 129.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 157 116 130 0 0.26 0.17 0.38 339.51 0.17 0.54
Hex 9D 74 82 0 1A 11 26 154 11 36
Octal 235 164 202 0 32 21 46 524 21 66
Binary 10011101 1110100 10000010 0 11010 10001 100110 101010100 10001 110110

Color Harmonies of #9D7482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7482

Black with #9D7482

Text Example


Text Example

White with #9D7482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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