Html Css Color HEX #96788F Mountbatten Pink

📋 copy color: '#96788F'

red 150 ◦ green 120 ◦ blue 143

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

Shades of Mountbatten Pink #96788F

Tints of Mountbatten Pink #96788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 36.32%
G = 29.06%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96788F (or 0x96788F) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 8F. RGB value is (150,120,143). Sum of RGB (Red+Green+Blue) = 150+120+143=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #96788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788F is #698770. Grayscale: #838383. Windows color (decimal): -6915953 or 9402518. OLE color: 9402518.

HSL color Cylindrical-coordinate representation of color #96788F: hue angle of 314º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96788F is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 143 -
CMYK 0 0.20 0.05 0.41
HSL 314º 0.13% 0.53% -
HSV(B) 314º 0.2% 0.59% -
XYZ 24.25 21.9 28.94 -
YUV 131.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 150 120 143 0 0.20 0.05 0.41 314 0.13 0.53
Hex 96 78 8F 0 14 5 29 13A C 35
Octal 226 170 217 0 24 5 51 472 14 65
Binary 10010110 1111000 10001111 0 10100 101 101001 100111010 1100 110101

Color Harmonies of #96788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96788F

Black with #96788F

Text Example


Text Example

White with #96788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96788F; }

 p { color: rgb(150,120,143); }

 H1.HeaderClassName
 {
   color: #96788F;
 }
 .AnyTagClassName
 {
   color: #96788F;
 }
</style>

background-color css

<style>
 a { background-color: #96788F; }

 a { background-color: rgb(150,120,143); }

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

border-color css

<style>
 span { border-color: #96788F; }

 span { border-color: rgb(150,120,143); }

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