Html Css Color HEX #967490 Mountbatten Pink

📋 copy color: '#967490'

red 150 ◦ green 116 ◦ blue 144

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

Shades of Mountbatten Pink #967490

Tints of Mountbatten Pink #967490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 36.59%
G = 28.29%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#967490 (or 0x967490) is known color: Mountbatten Pink. HEX triplet: 96, 74 and 90. RGB value is (150,116,144). Sum of RGB (Red+Green+Blue) = 150+116+144=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967490 is #698B6F. Grayscale: #818181. Windows color (decimal): -6916976 or 9467030. OLE color: 9467030.

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

Color convert

RGB 150 116 144 -
CMYK 0 0.23 0.04 0.41
HSL 310.59º 0.14% 0.52% -
HSV(B) 310.59º 0.23% 0.59% -
XYZ 23.86 20.99 29.18 -
YUV 129.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 150 116 144 0 0.23 0.04 0.41 310.59 0.14 0.52
Hex 96 74 90 0 17 4 29 137 E 34
Octal 226 164 220 0 27 4 51 467 16 64
Binary 10010110 1110100 10010000 0 10111 100 101001 100110111 1110 110100

Color Harmonies of #967490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967490

Black with #967490

Text Example


Text Example

White with #967490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967490; }

 p { color: rgb(150,116,144); }

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

background-color css

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

 a { background-color: rgb(150,116,144); }

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

border-color css

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

 span { border-color: rgb(150,116,144); }

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