Html Css Color HEX #957793 Mountbatten Pink

📋 copy color: '#957793'

red 149 ◦ green 119 ◦ blue 147

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

Shades of Mountbatten Pink #957793

Tints of Mountbatten Pink #957793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 35.9%
G = 28.67%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#957793 (or 0x957793) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 93. RGB value is (149,119,147). Sum of RGB (Red+Green+Blue) = 149+119+147=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #957793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957793 is #6A886C. Grayscale: #838383. Windows color (decimal): -6981741 or 9664405. OLE color: 9664405.

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

Color convert

RGB 149 119 147 -
CMYK 0 0.20 0.01 0.42
HSL 304º 0.12% 0.53% -
HSV(B) 304º 0.2% 0.58% -
XYZ 24.26 21.69 30.51 -
YUV 131.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 149 119 147 0 0.20 0.01 0.42 304 0.12 0.53
Hex 95 77 93 0 14 1 2A 130 C 35
Octal 225 167 223 0 24 1 52 460 14 65
Binary 10010101 1110111 10010011 0 10100 1 101010 100110000 1100 110101

Color Harmonies of #957793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957793

Black with #957793

Text Example


Text Example

White with #957793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957793; }

 p { color: rgb(149,119,147); }

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

background-color css

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

 a { background-color: rgb(149,119,147); }

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

border-color css

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

 span { border-color: rgb(149,119,147); }

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