Html Css Color HEX #966C8E Mountbatten Pink

📋 copy color: '#966C8E'

red 150 ◦ green 108 ◦ blue 142

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

Shades of Mountbatten Pink #966C8E

Tints of Mountbatten Pink #966C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 37.5%
G = 27%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#966C8E (or 0x966C8E) is known color: Mountbatten Pink. HEX triplet: 96, 6C and 8E. RGB value is (150,108,142). Sum of RGB (Red+Green+Blue) = 150+108+142=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #966C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966C8E is #699371. Grayscale: #7C7C7C. Windows color (decimal): -6919026 or 9333910. OLE color: 9333910.

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

Color convert

RGB 150 108 142 -
CMYK 0 0.28 0.05 0.41
HSL 311.43º 0.17% 0.51% -
HSV(B) 311.43º 0.28% 0.59% -
XYZ 22.82 19.16 28.09 -
YUV 124.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 150 108 142 0 0.28 0.05 0.41 311.43 0.17 0.51
Hex 96 6C 8E 0 1C 5 29 137 11 33
Octal 226 154 216 0 34 5 51 467 21 63
Binary 10010110 1101100 10001110 0 11100 101 101001 100110111 10001 110011

Color Harmonies of #966C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C8E

Black with #966C8E

Text Example


Text Example

White with #966C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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