Html Css Color HEX #96718E Mountbatten Pink

📋 copy color: '#96718E'

red 150 ◦ green 113 ◦ blue 142

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

Shades of Mountbatten Pink #96718E

Tints of Mountbatten Pink #96718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 37.04%
G = 27.9%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96718E (or 0x96718E) is known color: Mountbatten Pink. HEX triplet: 96, 71 and 8E. RGB value is (150,113,142). Sum of RGB (Red+Green+Blue) = 150+113+142=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96718E is #698E71. Grayscale: #7F7F7F. Windows color (decimal): -6917746 or 9335190. OLE color: 9335190.

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

Color convert

RGB 150 113 142 -
CMYK 0 0.25 0.05 0.41
HSL 312.97º 0.15% 0.52% -
HSV(B) 312.97º 0.25% 0.59% -
XYZ 23.37 20.25 28.27 -
YUV 127.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 150 113 142 0 0.25 0.05 0.41 312.97 0.15 0.52
Hex 96 71 8E 0 19 5 29 139 F 34
Octal 226 161 216 0 31 5 51 471 17 64
Binary 10010110 1110001 10001110 0 11001 101 101001 100111001 1111 110100

Color Harmonies of #96718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96718E

Black with #96718E

Text Example


Text Example

White with #96718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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