Html Css Color HEX #96758D Mountbatten Pink

📋 copy color: '#96758D'

red 150 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #96758D

Tints of Mountbatten Pink #96758D

RGB

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

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

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

R = 36.76%
G = 28.68%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96758D (or 0x96758D) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 8D. RGB value is (150,117,141). Sum of RGB (Red+Green+Blue) = 150+117+141=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758D is #698A72. Grayscale: #818181. Windows color (decimal): -6916723 or 9270678. OLE color: 9270678.

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

Color convert

RGB 150 117 141 -
CMYK 0 0.22 0.06 0.41
HSL 316.36º 0.14% 0.52% -
HSV(B) 316.36º 0.22% 0.59% -
XYZ 23.75 21.13 28.03 -
YUV 129.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 150 117 141 0 0.22 0.06 0.41 316.36 0.14 0.52
Hex 96 75 8D 0 16 6 29 13C E 34
Octal 226 165 215 0 26 6 51 474 16 64
Binary 10010110 1110101 10001101 0 10110 110 101001 100111100 1110 110100

Color Harmonies of #96758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96758D

Black with #96758D

Text Example


Text Example

White with #96758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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