Html Css Color HEX #967C92 Mountbatten Pink

📋 copy color: '#967C92'

red 150 ◦ green 124 ◦ blue 146

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

Shades of Mountbatten Pink #967C92

Tints of Mountbatten Pink #967C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 146 (57.42% from 255) = 34.76%

R = 35.71%
G = 29.52%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967C92 (or 0x967C92) is known color: Mountbatten Pink. HEX triplet: 96, 7C and 92. RGB value is (150,124,146). Sum of RGB (Red+Green+Blue) = 150+124+146=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #967C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C92 is #69836D. Grayscale: #868686. Windows color (decimal): -6914926 or 9600150. OLE color: 9600150.

HSL color Cylindrical-coordinate representation of color #967C92: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967C92 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 146 -
CMYK 0 0.17 0.03 0.41
HSL 309.23º 0.11% 0.54% -
HSV(B) 309.23º 0.17% 0.59% -
XYZ 24.97 22.97 30.31 -
YUV 134.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 150 124 146 0 0.17 0.03 0.41 309.23 0.11 0.54
Hex 96 7C 92 0 11 3 29 135 B 36
Octal 226 174 222 0 21 3 51 465 13 66
Binary 10010110 1111100 10010010 0 10001 11 101001 100110101 1011 110110

Color Harmonies of #967C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C92

Black with #967C92

Text Example


Text Example

White with #967C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967C92; }

 p { color: rgb(150,124,146); }

 H1.HeaderClassName
 {
   color: #967C92;
 }
 .AnyTagClassName
 {
   color: #967C92;
 }
</style>

background-color css

<style>
 a { background-color: #967C92; }

 a { background-color: rgb(150,124,146); }

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

border-color css

<style>
 span { border-color: #967C92; }

 span { border-color: rgb(150,124,146); }

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