Html Css Color HEX #967891 Mountbatten Pink

📋 copy color: '#967891'

red 150 ◦ green 120 ◦ blue 145

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

Shades of Mountbatten Pink #967891

Tints of Mountbatten Pink #967891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 36.14%
G = 28.92%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967891 (or 0x967891) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 91. RGB value is (150,120,145). Sum of RGB (Red+Green+Blue) = 150+120+145=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967891 is #69876E. Grayscale: #838383. Windows color (decimal): -6915951 or 9533590. OLE color: 9533590.

HSL color Cylindrical-coordinate representation of color #967891: hue angle of 310º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967891 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 145 -
CMYK 0 0.20 0.03 0.41
HSL 310º 0.13% 0.53% -
HSV(B) 310º 0.2% 0.59% -
XYZ 24.4 21.96 29.74 -
YUV 131.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 150 120 145 0 0.20 0.03 0.41 310 0.13 0.53
Hex 96 78 91 0 14 3 29 136 C 35
Octal 226 170 221 0 24 3 51 466 14 65
Binary 10010110 1111000 10010001 0 10100 11 101001 100110110 1100 110101

Color Harmonies of #967891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967891

Black with #967891

Text Example


Text Example

White with #967891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967891; }

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

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

background-color css

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

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

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

border-color css

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

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

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