Html Css Color HEX #96808E Mountbatten Pink

📋 copy color: '#96808E'

red 150 ◦ green 128 ◦ blue 142

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

Shades of Mountbatten Pink #96808E

Tints of Mountbatten Pink #96808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 35.71%
G = 30.48%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96808E (or 0x96808E) is known color: Mountbatten Pink. HEX triplet: 96, 80 and 8E. RGB value is (150,128,142). Sum of RGB (Red+Green+Blue) = 150+128+142=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96808E is #697F71. Grayscale: #888888. Windows color (decimal): -6913906 or 9339030. OLE color: 9339030.

HSL color Cylindrical-coordinate representation of color #96808E: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96808E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 142 -
CMYK 0 0.15 0.05 0.41
HSL 321.82º 0.09% 0.55% -
HSV(B) 321.82º 0.15% 0.59% -
XYZ 25.18 23.88 28.87 -
YUV 136.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 150 128 142 0 0.15 0.05 0.41 321.82 0.09 0.55
Hex 96 80 8E 0 F 5 29 142 9 37
Octal 226 200 216 0 17 5 51 502 11 67
Binary 10010110 10000000 10001110 0 1111 101 101001 101000010 1001 110111

Color Harmonies of #96808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96808E

Black with #96808E

Text Example


Text Example

White with #96808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96808E; }

 p { color: rgb(150,128,142); }

 H1.HeaderClassName
 {
   color: #96808E;
 }
 .AnyTagClassName
 {
   color: #96808E;
 }
</style>

background-color css

<style>
 a { background-color: #96808E; }

 a { background-color: rgb(150,128,142); }

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

border-color css

<style>
 span { border-color: #96808E; }

 span { border-color: rgb(150,128,142); }

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