Html Css Color HEX #947189 Mountbatten Pink

📋 copy color: '#947189'

red 148 ◦ green 113 ◦ blue 137

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

Shades of Mountbatten Pink #947189

Tints of Mountbatten Pink #947189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 37.19%
G = 28.39%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#947189 (or 0x947189) is known color: Mountbatten Pink. HEX triplet: 94, 71 and 89. RGB value is (148,113,137). Sum of RGB (Red+Green+Blue) = 148+113+137=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947189 is #6B8E76. Grayscale: #7E7E7E. Windows color (decimal): -7048823 or 9007508. OLE color: 9007508.

HSL color Cylindrical-coordinate representation of color #947189: hue angle of 318.86º 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 #947189 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 137 -
CMYK 0 0.24 0.07 0.42
HSL 318.86º 0.14% 0.51% -
HSV(B) 318.86º 0.24% 0.58% -
XYZ 22.63 19.91 26.32 -
YUV 126.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 148 113 137 0 0.24 0.07 0.42 318.86 0.14 0.51
Hex 94 71 89 0 18 7 2A 13F E 33
Octal 224 161 211 0 30 7 52 477 16 63
Binary 10010100 1110001 10001001 0 11000 111 101010 100111111 1110 110011

Color Harmonies of #947189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947189

Black with #947189

Text Example


Text Example

White with #947189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947189; }

 p { color: rgb(148,113,137); }

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

background-color css

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

 a { background-color: rgb(148,113,137); }

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

border-color css

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

 span { border-color: rgb(148,113,137); }

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