Html Css Color HEX #957490 Mountbatten Pink

📋 copy color: '#957490'

red 149 ◦ green 116 ◦ blue 144

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

Shades of Mountbatten Pink #957490

Tints of Mountbatten Pink #957490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 36.43%
G = 28.36%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#957490 (or 0x957490) is known color: Mountbatten Pink. HEX triplet: 95, 74 and 90. RGB value is (149,116,144). Sum of RGB (Red+Green+Blue) = 149+116+144=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #957490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957490 is #6A8B6F. Grayscale: #808080. Windows color (decimal): -6982512 or 9467029. OLE color: 9467029.

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

Color convert

RGB 149 116 144 -
CMYK 0 0.22 0.03 0.42
HSL 309.09º 0.13% 0.52% -
HSV(B) 309.09º 0.22% 0.58% -
XYZ 23.67 20.89 29.17 -
YUV 129.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 149 116 144 0 0.22 0.03 0.42 309.09 0.13 0.52
Hex 95 74 90 0 16 3 2A 135 D 34
Octal 225 164 220 0 26 3 52 465 15 64
Binary 10010101 1110100 10010000 0 10110 11 101010 100110101 1101 110100

Color Harmonies of #957490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957490

Black with #957490

Text Example


Text Example

White with #957490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957490; }

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

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

background-color css

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

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

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

border-color css

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

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

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