Html Css Color HEX #966C8A Mountbatten Pink

📋 copy color: '#966C8A'

red 150 ◦ green 108 ◦ blue 138

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

Shades of Mountbatten Pink #966C8A

Tints of Mountbatten Pink #966C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 37.88%
G = 27.27%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#966C8A (or 0x966C8A) is known color: Mountbatten Pink. HEX triplet: 96, 6C and 8A. RGB value is (150,108,138). Sum of RGB (Red+Green+Blue) = 150+108+138=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #966C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966C8A is #699375. Grayscale: #7B7B7B. Windows color (decimal): -6919030 or 9071766. OLE color: 9071766.

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

Color convert

RGB 150 108 138 -
CMYK 0 0.28 0.08 0.41
HSL 317.14º 0.17% 0.51% -
HSV(B) 317.14º 0.28% 0.59% -
XYZ 22.53 19.04 26.53 -
YUV 123.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 150 108 138 0 0.28 0.08 0.41 317.14 0.17 0.51
Hex 96 6C 8A 0 1C 8 29 13D 11 33
Octal 226 154 212 0 34 10 51 475 21 63
Binary 10010110 1101100 10001010 0 11100 1000 101001 100111101 10001 110011

Color Harmonies of #966C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C8A

Black with #966C8A

Text Example


Text Example

White with #966C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,138); }

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

background-color css

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

 a { background-color: rgb(150,108,138); }

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

border-color css

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

 span { border-color: rgb(150,108,138); }

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