Html Css Color HEX #966A8D Mountbatten Pink

📋 copy color: '#966A8D'

red 150 ◦ green 106 ◦ blue 141

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

Shades of Mountbatten Pink #966A8D

Tints of Mountbatten Pink #966A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 37.78%
G = 26.7%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#966A8D (or 0x966A8D) is known color: Mountbatten Pink. HEX triplet: 96, 6A and 8D. RGB value is (150,106,141). Sum of RGB (Red+Green+Blue) = 150+106+141=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966A8D is #699572. Grayscale: #7B7B7B. Windows color (decimal): -6919539 or 9267862. OLE color: 9267862.

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

Color convert

RGB 150 106 141 -
CMYK 0 0.29 0.06 0.41
HSL 312.27º 0.17% 0.5% -
HSV(B) 312.27º 0.29% 0.59% -
XYZ 22.54 18.72 27.62 -
YUV 123.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 150 106 141 0 0.29 0.06 0.41 312.27 0.17 0.5
Hex 96 6A 8D 0 1D 6 29 138 11 32
Octal 226 152 215 0 35 6 51 470 21 62
Binary 10010110 1101010 10001101 0 11101 110 101001 100111000 10001 110010

Color Harmonies of #966A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A8D

Black with #966A8D

Text Example


Text Example

White with #966A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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