Html Css Color HEX #96838B Venus

📋 copy color: '#96838B'

red 150 ◦ green 131 ◦ blue 139

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

Shades of Venus #96838B

Tints of Venus #96838B

RGB

 RED value IS 150 (58.98% from 255) = 35.71%

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 35.71%
G = 31.19%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96838B (or 0x96838B) is known color: Venus. HEX triplet: 96, 83 and 8B. RGB value is (150,131,139). Sum of RGB (Red+Green+Blue) = 150+131+139=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96838B is #697C74. Grayscale: #898989. Windows color (decimal): -6913141 or 9143190. OLE color: 9143190.

HSL color Cylindrical-coordinate representation of color #96838B: hue angle of 334.74º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96838B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 139 -
CMYK 0 0.13 0.07 0.41
HSL 334.74º 0.08% 0.55% -
HSV(B) 334.74º 0.13% 0.59% -
XYZ 25.35 24.58 27.83 -
YUV 137.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 150 131 139 0 0.13 0.07 0.41 334.74 0.08 0.55
Hex 96 83 8B 0 D 7 29 14F 8 37
Octal 226 203 213 0 15 7 51 517 10 67
Binary 10010110 10000011 10001011 0 1101 111 101001 101001111 1000 110111

Color Harmonies of #96838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96838B

Black with #96838B

Text Example


Text Example

White with #96838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96838B; }

 p { color: rgb(150,131,139); }

 H1.HeaderClassName
 {
   color: #96838B;
 }
 .AnyTagClassName
 {
   color: #96838B;
 }
</style>

background-color css

<style>
 a { background-color: #96838B; }

 a { background-color: rgb(150,131,139); }

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

border-color css

<style>
 span { border-color: #96838B; }

 span { border-color: rgb(150,131,139); }

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