Html Css Color HEX #96728E Mountbatten Pink

📋 copy color: '#96728E'

red 150 ◦ green 114 ◦ blue 142

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

Shades of Mountbatten Pink #96728E

Tints of Mountbatten Pink #96728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 36.95%
G = 28.08%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96728E (or 0x96728E) is known color: Mountbatten Pink. HEX triplet: 96, 72 and 8E. RGB value is (150,114,142). Sum of RGB (Red+Green+Blue) = 150+114+142=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96728E is #698D71. Grayscale: #7F7F7F. Windows color (decimal): -6917490 or 9335446. OLE color: 9335446.

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

Color convert

RGB 150 114 142 -
CMYK 0 0.24 0.05 0.41
HSL 313.33º 0.15% 0.52% -
HSV(B) 313.33º 0.24% 0.59% -
XYZ 23.48 20.47 28.31 -
YUV 127.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 150 114 142 0 0.24 0.05 0.41 313.33 0.15 0.52
Hex 96 72 8E 0 18 5 29 139 F 34
Octal 226 162 216 0 30 5 51 471 17 64
Binary 10010110 1110010 10001110 0 11000 101 101001 100111001 1111 110100

Color Harmonies of #96728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96728E

Black with #96728E

Text Example


Text Example

White with #96728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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