Html Css Color HEX #966C8C Mountbatten Pink

📋 copy color: '#966C8C'

red 150 ◦ green 108 ◦ blue 140

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

Shades of Mountbatten Pink #966C8C

Tints of Mountbatten Pink #966C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 37.69%
G = 27.14%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#966C8C (or 0x966C8C) is known color: Mountbatten Pink. HEX triplet: 96, 6C and 8C. RGB value is (150,108,140). Sum of RGB (Red+Green+Blue) = 150+108+140=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966C8C is #699373. Grayscale: #7C7C7C. Windows color (decimal): -6919028 or 9202838. OLE color: 9202838.

HSL color Cylindrical-coordinate representation of color #966C8C: hue angle of 314.29º 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 #966C8C is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 140 -
CMYK 0 0.28 0.07 0.41
HSL 314.29º 0.17% 0.51% -
HSV(B) 314.29º 0.28% 0.59% -
XYZ 22.67 19.1 27.3 -
YUV 124.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 150 108 140 0 0.28 0.07 0.41 314.29 0.17 0.51
Hex 96 6C 8C 0 1C 7 29 13A 11 33
Octal 226 154 214 0 34 7 51 472 21 63
Binary 10010110 1101100 10001100 0 11100 111 101001 100111010 10001 110011

Color Harmonies of #966C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C8C

Black with #966C8C

Text Example


Text Example

White with #966C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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