Html Css Color HEX #9B8085 Venus

📋 copy color: '#9B8085'

red 155 ◦ green 128 ◦ blue 133

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

Shades of Venus #9B8085

Tints of Venus #9B8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.77%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 37.26%
G = 30.77%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B8085 (or 0x9B8085) is known color: Venus. HEX triplet: 9B, 80 and 85. RGB value is (155,128,133). Sum of RGB (Red+Green+Blue) = 155+128+133=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8085 is #647F7A. Grayscale: #888888. Windows color (decimal): -6586235 or 8749211. OLE color: 8749211.

HSL color Cylindrical-coordinate representation of color #9B8085: hue angle of 348.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8085 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 133 -
CMYK 0 0.17 0.14 0.39
HSL 348.89º 0.12% 0.55% -
HSV(B) 348.89º 0.17% 0.61% -
XYZ 25.47 24.1 25.5 -
YUV 136.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 155 128 133 0 0.17 0.14 0.39 348.89 0.12 0.55
Hex 9B 80 85 0 11 E 27 15D C 37
Octal 233 200 205 0 21 16 47 535 14 67
Binary 10011011 10000000 10000101 0 10001 1110 100111 101011101 1100 110111

Color Harmonies of #9B8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8085

Black with #9B8085

Text Example


Text Example

White with #9B8085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,133); }

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

background-color css

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

 a { background-color: rgb(155,128,133); }

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

border-color css

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

 span { border-color: rgb(155,128,133); }

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