Html Css Color HEX #9B7987 Venus

📋 copy color: '#9B7987'

red 155 ◦ green 121 ◦ blue 135

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

Shades of Venus #9B7987

Tints of Venus #9B7987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 37.71%
G = 29.44%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B7987 (or 0x9B7987) is known color: Venus. HEX triplet: 9B, 79 and 87. RGB value is (155,121,135). Sum of RGB (Red+Green+Blue) = 155+121+135=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7987 is #648678. Grayscale: #848484. Windows color (decimal): -6588025 or 8878491. OLE color: 8878491.

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

Color convert

RGB 155 121 135 -
CMYK 0 0.22 0.13 0.39
HSL 335.29º 0.15% 0.54% -
HSV(B) 335.29º 0.22% 0.61% -
XYZ 24.73 22.39 25.94 -
YUV 132.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 155 121 135 0 0.22 0.13 0.39 335.29 0.15 0.54
Hex 9B 79 87 0 16 D 27 14F F 36
Octal 233 171 207 0 26 15 47 517 17 66
Binary 10011011 1111001 10000111 0 10110 1101 100111 101001111 1111 110110

Color Harmonies of #9B7987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7987

Black with #9B7987

Text Example


Text Example

White with #9B7987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,135); }

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

background-color css

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

 a { background-color: rgb(155,121,135); }

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

border-color css

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

 span { border-color: rgb(155,121,135); }

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