Html Css Color HEX #9D7584 Venus

📋 copy color: '#9D7584'

red 157 ◦ green 117 ◦ blue 132

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

Shades of Venus #9D7584

Tints of Venus #9D7584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 38.67%
G = 28.82%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D7584 (or 0x9D7584) is known color: Venus. HEX triplet: 9D, 75 and 84. RGB value is (157,117,132). Sum of RGB (Red+Green+Blue) = 157+117+132=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7584 is #628A7B. Grayscale: #828282. Windows color (decimal): -6457980 or 8680861. OLE color: 8680861.

HSL color Cylindrical-coordinate representation of color #9D7584: hue angle of 337.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 #9D7584 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 117 132 -
CMYK 0 0.25 0.16 0.38
HSL 337.5º 0.17% 0.54% -
HSV(B) 337.5º 0.25% 0.62% -
XYZ 24.43 21.56 24.7 -
YUV 130.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 157 117 132 0 0.25 0.16 0.38 337.5 0.17 0.54
Hex 9D 75 84 0 19 10 26 152 11 36
Octal 235 165 204 0 31 20 46 522 21 66
Binary 10011101 1110101 10000100 0 11001 10000 100110 101010010 10001 110110

Color Harmonies of #9D7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7584

Black with #9D7584

Text Example


Text Example

White with #9D7584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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