Html Css Color HEX #967090 Mountbatten Pink

📋 copy color: '#967090'

red 150 ◦ green 112 ◦ blue 144

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

Shades of Mountbatten Pink #967090

Tints of Mountbatten Pink #967090

RGB

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

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

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

R = 36.95%
G = 27.59%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#967090 (or 0x967090) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 90. RGB value is (150,112,144). Sum of RGB (Red+Green+Blue) = 150+112+144=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967090 is #698F6F. Grayscale: #7E7E7E. Windows color (decimal): -6918000 or 9466006. OLE color: 9466006.

HSL color Cylindrical-coordinate representation of color #967090: hue angle of 309.47º 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 #967090 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 144 -
CMYK 0 0.25 0.04 0.41
HSL 309.47º 0.15% 0.51% -
HSV(B) 309.47º 0.25% 0.59% -
XYZ 23.41 20.09 29.03 -
YUV 127.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 150 112 144 0 0.25 0.04 0.41 309.47 0.15 0.51
Hex 96 70 90 0 19 4 29 135 F 33
Octal 226 160 220 0 31 4 51 465 17 63
Binary 10010110 1110000 10010000 0 11001 100 101001 100110101 1111 110011

Color Harmonies of #967090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967090

Black with #967090

Text Example


Text Example

White with #967090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967090; }

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

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

background-color css

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

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

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

border-color css

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

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

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