Html Css Color HEX #967F92 Mountbatten Pink

📋 copy color: '#967F92'

red 150 ◦ green 127 ◦ blue 146

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

Shades of Mountbatten Pink #967F92

Tints of Mountbatten Pink #967F92

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 35.46%
G = 30.02%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967F92 (or 0x967F92) is known color: Mountbatten Pink. HEX triplet: 96, 7F and 92. RGB value is (150,127,146). Sum of RGB (Red+Green+Blue) = 150+127+146=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #967F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F92 is #69806D. Grayscale: #878787. Windows color (decimal): -6914158 or 9600918. OLE color: 9600918.

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

Color convert

RGB 150 127 146 -
CMYK 0 0.15 0.03 0.41
HSL 310.43º 0.1% 0.54% -
HSV(B) 310.43º 0.15% 0.59% -
XYZ 25.36 23.74 30.44 -
YUV 136.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 150 127 146 0 0.15 0.03 0.41 310.43 0.1 0.54
Hex 96 7F 92 0 F 3 29 136 A 36
Octal 226 177 222 0 17 3 51 466 12 66
Binary 10010110 1111111 10010010 0 1111 11 101001 100110110 1010 110110

Color Harmonies of #967F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F92

Black with #967F92

Text Example


Text Example

White with #967F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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