Html Css Color HEX #9B7583 Venus

📋 copy color: '#9B7583'

red 155 ◦ green 117 ◦ blue 131

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

Shades of Venus #9B7583

Tints of Venus #9B7583

RGB

 RED value IS 155 (60.94% from 255) = 38.46%

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

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

R = 38.46%
G = 29.03%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B7583 (or 0x9B7583) is known color: Venus. HEX triplet: 9B, 75 and 83. RGB value is (155,117,131). Sum of RGB (Red+Green+Blue) = 155+117+131=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7583 is #648A7C. Grayscale: #818181. Windows color (decimal): -6589053 or 8615323. OLE color: 8615323.

HSL color Cylindrical-coordinate representation of color #9B7583: hue angle of 337.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7583 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 131 -
CMYK 0 0.25 0.15 0.39
HSL 337.89º 0.16% 0.53% -
HSV(B) 337.89º 0.25% 0.61% -
XYZ 23.98 21.33 24.33 -
YUV 129.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 155 117 131 0 0.25 0.15 0.39 337.89 0.16 0.53
Hex 9B 75 83 0 19 F 27 152 10 35
Octal 233 165 203 0 31 17 47 522 20 65
Binary 10011011 1110101 10000011 0 11001 1111 100111 101010010 10000 110101

Color Harmonies of #9B7583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7583

Black with #9B7583

Text Example


Text Example

White with #9B7583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,131); }

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

background-color css

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

 a { background-color: rgb(155,117,131); }

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

border-color css

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

 span { border-color: rgb(155,117,131); }

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