Html Css Color HEX #957090 Mountbatten Pink

📋 copy color: '#957090'

red 149 ◦ green 112 ◦ blue 144

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

Shades of Mountbatten Pink #957090

Tints of Mountbatten Pink #957090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 36.79%
G = 27.65%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#957090 (or 0x957090) is known color: Mountbatten Pink. HEX triplet: 95, 70 and 90. RGB value is (149,112,144). Sum of RGB (Red+Green+Blue) = 149+112+144=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #957090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957090 is #6A8F6F. Grayscale: #7E7E7E. Windows color (decimal): -6983536 or 9466005. OLE color: 9466005.

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

Color convert

RGB 149 112 144 -
CMYK 0 0.25 0.03 0.42
HSL 308.11º 0.15% 0.51% -
HSV(B) 308.11º 0.25% 0.58% -
XYZ 23.22 19.99 29.02 -
YUV 126.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 149 112 144 0 0.25 0.03 0.42 308.11 0.15 0.51
Hex 95 70 90 0 19 3 2A 134 F 33
Octal 225 160 220 0 31 3 52 464 17 63
Binary 10010101 1110000 10010000 0 11001 11 101010 100110100 1111 110011

Color Harmonies of #957090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957090

Black with #957090

Text Example


Text Example

White with #957090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957090; }

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

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

background-color css

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

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

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

border-color css

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

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

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