Html Css Color HEX #957290 Mountbatten Pink

📋 copy color: '#957290'

red 149 ◦ green 114 ◦ blue 144

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

Shades of Mountbatten Pink #957290

Tints of Mountbatten Pink #957290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 36.61%
G = 28.01%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#957290 (or 0x957290) is known color: Mountbatten Pink. HEX triplet: 95, 72 and 90. RGB value is (149,114,144). Sum of RGB (Red+Green+Blue) = 149+114+144=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #957290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957290 is #6A8D6F. Grayscale: #7F7F7F. Windows color (decimal): -6983024 or 9466517. OLE color: 9466517.

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

Color convert

RGB 149 114 144 -
CMYK 0 0.23 0.03 0.42
HSL 308.57º 0.14% 0.52% -
HSV(B) 308.57º 0.23% 0.58% -
XYZ 23.45 20.44 29.09 -
YUV 127.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 149 114 144 0 0.23 0.03 0.42 308.57 0.14 0.52
Hex 95 72 90 0 17 3 2A 135 E 34
Octal 225 162 220 0 27 3 52 465 16 64
Binary 10010101 1110010 10010000 0 10111 11 101010 100110101 1110 110100

Color Harmonies of #957290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957290

Black with #957290

Text Example


Text Example

White with #957290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957290; }

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

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

background-color css

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

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

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

border-color css

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

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

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