Html Css Color HEX #96758E Mountbatten Pink

📋 copy color: '#96758E'

red 150 ◦ green 117 ◦ blue 142

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

Shades of Mountbatten Pink #96758E

Tints of Mountbatten Pink #96758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 36.67%
G = 28.61%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96758E (or 0x96758E) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 8E. RGB value is (150,117,142). Sum of RGB (Red+Green+Blue) = 150+117+142=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758E is #698A71. Grayscale: #818181. Windows color (decimal): -6916722 or 9336214. OLE color: 9336214.

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

Color convert

RGB 150 117 142 -
CMYK 0 0.22 0.05 0.41
HSL 314.55º 0.14% 0.52% -
HSV(B) 314.55º 0.22% 0.59% -
XYZ 23.82 21.16 28.42 -
YUV 129.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 150 117 142 0 0.22 0.05 0.41 314.55 0.14 0.52
Hex 96 75 8E 0 16 5 29 13B E 34
Octal 226 165 216 0 26 5 51 473 16 64
Binary 10010110 1110101 10001110 0 10110 101 101001 100111011 1110 110100

Color Harmonies of #96758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96758E

Black with #96758E

Text Example


Text Example

White with #96758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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