Html Css Color HEX #9B818A Venus

📋 copy color: '#9B818A'

red 155 ◦ green 129 ◦ blue 138

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

Shades of Venus #9B818A

Tints of Venus #9B818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 36.73%
G = 30.57%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B818A (or 0x9B818A) is known color: Venus. HEX triplet: 9B, 81 and 8A. RGB value is (155,129,138). Sum of RGB (Red+Green+Blue) = 155+129+138=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B818A is #647E75. Grayscale: #898989. Windows color (decimal): -6585974 or 9077147. OLE color: 9077147.

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

Color convert

RGB 155 129 138 -
CMYK 0 0.17 0.11 0.39
HSL 339.23º 0.12% 0.56% -
HSV(B) 339.23º 0.17% 0.61% -
XYZ 25.96 24.5 27.41 -
YUV 137.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 155 129 138 0 0.17 0.11 0.39 339.23 0.12 0.56
Hex 9B 81 8A 0 11 B 27 153 C 38
Octal 233 201 212 0 21 13 47 523 14 70
Binary 10011011 10000001 10001010 0 10001 1011 100111 101010011 1100 111000

Color Harmonies of #9B818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B818A

Black with #9B818A

Text Example


Text Example

White with #9B818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,129,138); }

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

background-color css

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

 a { background-color: rgb(155,129,138); }

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

border-color css

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

 span { border-color: rgb(155,129,138); }

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