Html Css Color HEX #947090 Mountbatten Pink

📋 copy color: '#947090'

red 148 ◦ green 112 ◦ blue 144

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

Shades of Mountbatten Pink #947090

Tints of Mountbatten Pink #947090

RGB

 RED value IS 148 (58.2% from 255) = 36.63%

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

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

R = 36.63%
G = 27.72%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#947090 (or 0x947090) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 90. RGB value is (148,112,144). Sum of RGB (Red+Green+Blue) = 148+112+144=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #947090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947090 is #6B8F6F. Grayscale: #7E7E7E. Windows color (decimal): -7049072 or 9466004. OLE color: 9466004.

HSL color Cylindrical-coordinate representation of color #947090: hue angle of 306.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947090 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 144 -
CMYK 0 0.24 0.03 0.42
HSL 306.67º 0.14% 0.51% -
HSV(B) 306.67º 0.24% 0.58% -
XYZ 23.04 19.9 29.01 -
YUV 126.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 148 112 144 0 0.24 0.03 0.42 306.67 0.14 0.51
Hex 94 70 90 0 18 3 2A 133 E 33
Octal 224 160 220 0 30 3 52 463 16 63
Binary 10010100 1110000 10010000 0 11000 11 101010 100110011 1110 110011

Color Harmonies of #947090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947090

Black with #947090

Text Example


Text Example

White with #947090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947090; }

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

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

background-color css

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

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

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

border-color css

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

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

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