Html Css Color HEX #946F89 Mountbatten Pink

📋 copy color: '#946F89'

red 148 ◦ green 111 ◦ blue 137

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

Shades of Mountbatten Pink #946F89

Tints of Mountbatten Pink #946F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 37.37%
G = 28.03%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#946F89 (or 0x946F89) is known color: Mountbatten Pink. HEX triplet: 94, 6F and 89. RGB value is (148,111,137). Sum of RGB (Red+Green+Blue) = 148+111+137=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #946F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F89 is #6B9076. Grayscale: #7C7C7C. Windows color (decimal): -7049335 or 9006996. OLE color: 9006996.

HSL color Cylindrical-coordinate representation of color #946F89: hue angle of 317.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #946F89 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 137 -
CMYK 0 0.25 0.07 0.42
HSL 317.84º 0.15% 0.51% -
HSV(B) 317.84º 0.25% 0.58% -
XYZ 22.41 19.47 26.24 -
YUV 125.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 148 111 137 0 0.25 0.07 0.42 317.84 0.15 0.51
Hex 94 6F 89 0 19 7 2A 13E F 33
Octal 224 157 211 0 31 7 52 476 17 63
Binary 10010100 1101111 10001001 0 11001 111 101010 100111110 1111 110011

Color Harmonies of #946F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F89

Black with #946F89

Text Example


Text Example

White with #946F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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