Html Css Color HEX #9D7883 Venus

📋 copy color: '#9D7883'

red 157 ◦ green 120 ◦ blue 131

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

Shades of Venus #9D7883

Tints of Venus #9D7883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 38.48%
G = 29.41%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D7883 (or 0x9D7883) is known color: Venus. HEX triplet: 9D, 78 and 83. RGB value is (157,120,131). Sum of RGB (Red+Green+Blue) = 157+120+131=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7883 is #62877C. Grayscale: #848484. Windows color (decimal): -6457213 or 8616093. OLE color: 8616093.

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

Color convert

RGB 157 120 131 -
CMYK 0 0.24 0.17 0.38
HSL 342.16º 0.16% 0.54% -
HSV(B) 342.16º 0.24% 0.62% -
XYZ 24.72 22.24 24.46 -
YUV 132.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 157 120 131 0 0.24 0.17 0.38 342.16 0.16 0.54
Hex 9D 78 83 0 18 11 26 156 10 36
Octal 235 170 203 0 30 21 46 526 20 66
Binary 10011101 1111000 10000011 0 11000 10001 100110 101010110 10000 110110

Color Harmonies of #9D7883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7883

Black with #9D7883

Text Example


Text Example

White with #9D7883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,120,131); }

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

background-color css

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

 a { background-color: rgb(157,120,131); }

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

border-color css

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

 span { border-color: rgb(157,120,131); }

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