Html Css Color HEX #947288 Mountbatten Pink

📋 copy color: '#947288'

red 148 ◦ green 114 ◦ blue 136

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

Shades of Mountbatten Pink #947288

Tints of Mountbatten Pink #947288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

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

R = 37.19%
G = 28.64%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947288 (or 0x947288) is known color: Mountbatten Pink. HEX triplet: 94, 72 and 88. RGB value is (148,114,136). Sum of RGB (Red+Green+Blue) = 148+114+136=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947288 is #6B8D77. Grayscale: #7E7E7E. Windows color (decimal): -7048568 or 8942228. OLE color: 8942228.

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

Color convert

RGB 148 114 136 -
CMYK 0 0.23 0.08 0.42
HSL 321.18º 0.14% 0.51% -
HSV(B) 321.18º 0.23% 0.58% -
XYZ 22.67 20.11 25.98 -
YUV 126.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 148 114 136 0 0.23 0.08 0.42 321.18 0.14 0.51
Hex 94 72 88 0 17 8 2A 141 E 33
Octal 224 162 210 0 27 10 52 501 16 63
Binary 10010100 1110010 10001000 0 10111 1000 101010 101000001 1110 110011

Color Harmonies of #947288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947288

Black with #947288

Text Example


Text Example

White with #947288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947288; }

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

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

background-color css

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

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

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

border-color css

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

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

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