Html Css Color HEX #967091 Mountbatten Pink

📋 copy color: '#967091'

red 150 ◦ green 112 ◦ blue 145

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

Shades of Mountbatten Pink #967091

Tints of Mountbatten Pink #967091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 36.86%
G = 27.52%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967091 (or 0x967091) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 91. RGB value is (150,112,145). Sum of RGB (Red+Green+Blue) = 150+112+145=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #967091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967091 is #698F6E. Grayscale: #7F7F7F. Windows color (decimal): -6917999 or 9531542. OLE color: 9531542.

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

Color convert

RGB 150 112 145 -
CMYK 0 0.25 0.03 0.41
HSL 307.89º 0.15% 0.51% -
HSV(B) 307.89º 0.25% 0.59% -
XYZ 23.48 20.12 29.43 -
YUV 127.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 150 112 145 0 0.25 0.03 0.41 307.89 0.15 0.51
Hex 96 70 91 0 19 3 29 134 F 33
Octal 226 160 221 0 31 3 51 464 17 63
Binary 10010110 1110000 10010001 0 11001 11 101001 100110100 1111 110011

Color Harmonies of #967091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967091

Black with #967091

Text Example


Text Example

White with #967091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967091; }

 p { color: rgb(150,112,145); }

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

background-color css

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

 a { background-color: rgb(150,112,145); }

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

border-color css

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

 span { border-color: rgb(150,112,145); }

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