Html Css Color HEX #96758C Mountbatten Pink

📋 copy color: '#96758C'

red 150 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #96758C

Tints of Mountbatten Pink #96758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 36.86%
G = 28.75%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96758C (or 0x96758C) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 8C. RGB value is (150,117,140). Sum of RGB (Red+Green+Blue) = 150+117+140=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758C is #698A73. Grayscale: #818181. Windows color (decimal): -6916724 or 9205142. OLE color: 9205142.

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

Color convert

RGB 150 117 140 -
CMYK 0 0.22 0.07 0.41
HSL 318.18º 0.14% 0.52% -
HSV(B) 318.18º 0.22% 0.59% -
XYZ 23.67 21.1 27.64 -
YUV 129.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 150 117 140 0 0.22 0.07 0.41 318.18 0.14 0.52
Hex 96 75 8C 0 16 7 29 13E E 34
Octal 226 165 214 0 26 7 51 476 16 64
Binary 10010110 1110101 10001100 0 10110 111 101001 100111110 1110 110100

Color Harmonies of #96758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96758C

Black with #96758C

Text Example


Text Example

White with #96758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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