Html Css Color HEX #96838D Mountbatten Pink

📋 copy color: '#96838D'

red 150 ◦ green 131 ◦ blue 141

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

Shades of Mountbatten Pink #96838D

Tints of Mountbatten Pink #96838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 35.55%
G = 31.04%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96838D (or 0x96838D) is known color: Mountbatten Pink. HEX triplet: 96, 83 and 8D. RGB value is (150,131,141). Sum of RGB (Red+Green+Blue) = 150+131+141=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96838D is #697C72. Grayscale: #898989. Windows color (decimal): -6913139 or 9274262. OLE color: 9274262.

HSL color Cylindrical-coordinate representation of color #96838D: hue angle of 328.42º 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 #96838D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 141 -
CMYK 0 0.13 0.06 0.41
HSL 328.42º 0.08% 0.55% -
HSV(B) 328.42º 0.13% 0.59% -
XYZ 25.5 24.64 28.61 -
YUV 137.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 150 131 141 0 0.13 0.06 0.41 328.42 0.08 0.55
Hex 96 83 8D 0 D 6 29 148 8 37
Octal 226 203 215 0 15 6 51 510 10 67
Binary 10010110 10000011 10001101 0 1101 110 101001 101001000 1000 110111

Color Harmonies of #96838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96838D

Black with #96838D

Text Example


Text Example

White with #96838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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