Html Css Color HEX #957288 Mountbatten Pink

📋 copy color: '#957288'

red 149 ◦ green 114 ◦ blue 136

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

Shades of Mountbatten Pink #957288

Tints of Mountbatten Pink #957288

RGB

 RED value IS 149 (58.59% from 255) = 37.34%

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

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

R = 37.34%
G = 28.57%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957288 (or 0x957288) is known color: Mountbatten Pink. HEX triplet: 95, 72 and 88. RGB value is (149,114,136). Sum of RGB (Red+Green+Blue) = 149+114+136=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957288 is #6A8D77. Grayscale: #7E7E7E. Windows color (decimal): -6983032 or 8942229. OLE color: 8942229.

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

Color convert

RGB 149 114 136 -
CMYK 0 0.23 0.09 0.42
HSL 322.29º 0.14% 0.52% -
HSV(B) 322.29º 0.23% 0.58% -
XYZ 22.86 20.2 25.99 -
YUV 126.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 149 114 136 0 0.23 0.09 0.42 322.29 0.14 0.52
Hex 95 72 88 0 17 9 2A 142 E 34
Octal 225 162 210 0 27 11 52 502 16 64
Binary 10010101 1110010 10001000 0 10111 1001 101010 101000010 1110 110100

Color Harmonies of #957288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957288

Black with #957288

Text Example


Text Example

White with #957288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957288; }

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

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

background-color css

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

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

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

border-color css

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

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

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