Html Css Color HEX #966E8D Mountbatten Pink

📋 copy color: '#966E8D'

red 150 ◦ green 110 ◦ blue 141

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

Shades of Mountbatten Pink #966E8D

Tints of Mountbatten Pink #966E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 37.41%
G = 27.43%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#966E8D (or 0x966E8D) is known color: Mountbatten Pink. HEX triplet: 96, 6E and 8D. RGB value is (150,110,141). Sum of RGB (Red+Green+Blue) = 150+110+141=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E8D is #699172. Grayscale: #7D7D7D. Windows color (decimal): -6918515 or 9268886. OLE color: 9268886.

HSL color Cylindrical-coordinate representation of color #966E8D: hue angle of 313.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966E8D is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 141 -
CMYK 0 0.27 0.06 0.41
HSL 313.5º 0.16% 0.51% -
HSV(B) 313.5º 0.27% 0.59% -
XYZ 22.96 19.56 27.76 -
YUV 125.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 150 110 141 0 0.27 0.06 0.41 313.5 0.16 0.51
Hex 96 6E 8D 0 1B 6 29 13A 10 33
Octal 226 156 215 0 33 6 51 472 20 63
Binary 10010110 1101110 10001101 0 11011 110 101001 100111010 10000 110011

Color Harmonies of #966E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E8D

Black with #966E8D

Text Example


Text Example

White with #966E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E8D; }

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

 H1.HeaderClassName
 {
   color: #966E8D;
 }
 .AnyTagClassName
 {
   color: #966E8D;
 }
</style>

background-color css

<style>
 a { background-color: #966E8D; }

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

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

border-color css

<style>
 span { border-color: #966E8D; }

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

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