Html Css Color HEX #96838F Mountbatten Pink

📋 copy color: '#96838F'

red 150 ◦ green 131 ◦ blue 143

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

Shades of Mountbatten Pink #96838F

Tints of Mountbatten Pink #96838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 35.38%
G = 30.9%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96838F (or 0x96838F) is known color: Mountbatten Pink. HEX triplet: 96, 83 and 8F. RGB value is (150,131,143). Sum of RGB (Red+Green+Blue) = 150+131+143=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96838F is #697C70. Grayscale: #8A8A8A. Windows color (decimal): -6913137 or 9405334. OLE color: 9405334.

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

Color convert

RGB 150 131 143 -
CMYK 0 0.13 0.05 0.41
HSL 322.11º 0.08% 0.55% -
HSV(B) 322.11º 0.13% 0.59% -
XYZ 25.65 24.7 29.4 -
YUV 138.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 150 131 143 0 0.13 0.05 0.41 322.11 0.08 0.55
Hex 96 83 8F 0 D 5 29 142 8 37
Octal 226 203 217 0 15 5 51 502 10 67
Binary 10010110 10000011 10001111 0 1101 101 101001 101000010 1000 110111

Color Harmonies of #96838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96838F

Black with #96838F

Text Example


Text Example

White with #96838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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