Html Css Color HEX #957992 Mountbatten Pink

📋 copy color: '#957992'

red 149 ◦ green 121 ◦ blue 146

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

Shades of Mountbatten Pink #957992

Tints of Mountbatten Pink #957992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 35.82%
G = 29.09%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#957992 (or 0x957992) is known color: Mountbatten Pink. HEX triplet: 95, 79 and 92. RGB value is (149,121,146). Sum of RGB (Red+Green+Blue) = 149+121+146=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #957992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957992 is #6A866D. Grayscale: #848484. Windows color (decimal): -6981230 or 9599381. OLE color: 9599381.

HSL color Cylindrical-coordinate representation of color #957992: hue angle of 306.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957992 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 146 -
CMYK 0 0.19 0.02 0.42
HSL 306.43º 0.12% 0.53% -
HSV(B) 306.43º 0.19% 0.58% -
XYZ 24.42 22.14 30.18 -
YUV 132.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 149 121 146 0 0.19 0.02 0.42 306.43 0.12 0.53
Hex 95 79 92 0 13 2 2A 132 C 35
Octal 225 171 222 0 23 2 52 462 14 65
Binary 10010101 1111001 10010010 0 10011 10 101010 100110010 1100 110101

Color Harmonies of #957992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957992

Black with #957992

Text Example


Text Example

White with #957992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957992; }

 p { color: rgb(149,121,146); }

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

background-color css

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

 a { background-color: rgb(149,121,146); }

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

border-color css

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

 span { border-color: rgb(149,121,146); }

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