Html Css Color HEX #947089 Mountbatten Pink

📋 copy color: '#947089'

red 148 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #947089

Tints of Mountbatten Pink #947089

RGB

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

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

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

R = 37.28%
G = 28.21%
B = 34.51%

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

#947089 (or 0x947089) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 89. RGB value is (148,112,137). Sum of RGB (Red+Green+Blue) = 148+112+137=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947089 is #6B8F76. Grayscale: #7D7D7D. Windows color (decimal): -7049079 or 9007252. OLE color: 9007252.

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

Color convert

RGB 148 112 137 -
CMYK 0 0.24 0.07 0.42
HSL 318.33º 0.14% 0.51% -
HSV(B) 318.33º 0.24% 0.58% -
XYZ 22.52 19.69 26.28 -
YUV 125.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 148 112 137 0 0.24 0.07 0.42 318.33 0.14 0.51
Hex 94 70 89 0 18 7 2A 13E E 33
Octal 224 160 211 0 30 7 52 476 16 63
Binary 10010100 1110000 10001001 0 11000 111 101010 100111110 1110 110011

Color Harmonies of #947089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947089

Black with #947089

Text Example


Text Example

White with #947089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947089; }

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

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

background-color css

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

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

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

border-color css

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

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

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