Html Css Color HEX #967191 Mountbatten Pink

📋 copy color: '#967191'

red 150 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #967191

Tints of Mountbatten Pink #967191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

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

R = 36.76%
G = 27.7%
B = 35.54%

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

#967191 (or 0x967191) is known color: Mountbatten Pink. HEX triplet: 96, 71 and 91. RGB value is (150,113,145). Sum of RGB (Red+Green+Blue) = 150+113+145=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #967191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967191 is #698E6E. Grayscale: #7F7F7F. Windows color (decimal): -6917743 or 9531798. OLE color: 9531798.

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

Color convert

RGB 150 113 145 -
CMYK 0 0.25 0.03 0.41
HSL 308.11º 0.15% 0.52% -
HSV(B) 308.11º 0.25% 0.59% -
XYZ 23.59 20.34 29.47 -
YUV 127.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 150 113 145 0 0.25 0.03 0.41 308.11 0.15 0.52
Hex 96 71 91 0 19 3 29 134 F 34
Octal 226 161 221 0 31 3 51 464 17 64
Binary 10010110 1110001 10010001 0 11001 11 101001 100110100 1111 110100

Color Harmonies of #967191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967191

Black with #967191

Text Example


Text Example

White with #967191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967191; }

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

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

background-color css

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

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

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

border-color css

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

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

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