Html Css Color HEX #947988 Mountbatten Pink

📋 copy color: '#947988'

red 148 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #947988

Tints of Mountbatten Pink #947988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.88%

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 36.54%
G = 29.88%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947988 (or 0x947988) is known color: Mountbatten Pink. HEX triplet: 94, 79 and 88. RGB value is (148,121,136). Sum of RGB (Red+Green+Blue) = 148+121+136=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #947988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947988 is #6B8677. Grayscale: #828282. Windows color (decimal): -7046776 or 8944020. OLE color: 8944020.

HSL color Cylindrical-coordinate representation of color #947988: hue angle of 326.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947988 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 136 -
CMYK 0 0.18 0.08 0.42
HSL 326.67º 0.11% 0.53% -
HSV(B) 326.67º 0.18% 0.58% -
XYZ 23.49 21.75 26.25 -
YUV 130.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 148 121 136 0 0.18 0.08 0.42 326.67 0.11 0.53
Hex 94 79 88 0 12 8 2A 147 B 35
Octal 224 171 210 0 22 10 52 507 13 65
Binary 10010100 1111001 10001000 0 10010 1000 101010 101000111 1011 110101

Color Harmonies of #947988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947988

Black with #947988

Text Example


Text Example

White with #947988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947988; }

 p { color: rgb(148,121,136); }

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

background-color css

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

 a { background-color: rgb(148,121,136); }

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

border-color css

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

 span { border-color: rgb(148,121,136); }

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