Html Css Color HEX #966F8D Mountbatten Pink

📋 copy color: '#966F8D'

red 150 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #966F8D

Tints of Mountbatten Pink #966F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

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

R = 37.31%
G = 27.61%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#966F8D (or 0x966F8D) is known color: Mountbatten Pink. HEX triplet: 96, 6F and 8D. RGB value is (150,111,141). Sum of RGB (Red+Green+Blue) = 150+111+141=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #966F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F8D is #699072. Grayscale: #7E7E7E. Windows color (decimal): -6918259 or 9269142. OLE color: 9269142.

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

Color convert

RGB 150 111 141 -
CMYK 0 0.26 0.06 0.41
HSL 313.85º 0.16% 0.51% -
HSV(B) 313.85º 0.26% 0.59% -
XYZ 23.07 19.78 27.8 -
YUV 126.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 150 111 141 0 0.26 0.06 0.41 313.85 0.16 0.51
Hex 96 6F 8D 0 1A 6 29 13A 10 33
Octal 226 157 215 0 32 6 51 472 20 63
Binary 10010110 1101111 10001101 0 11010 110 101001 100111010 10000 110011

Color Harmonies of #966F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F8D

Black with #966F8D

Text Example


Text Example

White with #966F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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