Html Css Color HEX #957391 Mountbatten Pink

📋 copy color: '#957391'

red 149 ◦ green 115 ◦ blue 145

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

Shades of Mountbatten Pink #957391

Tints of Mountbatten Pink #957391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 36.43%
G = 28.12%
B = 35.45%

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

#957391 (or 0x957391) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 91. RGB value is (149,115,145). Sum of RGB (Red+Green+Blue) = 149+115+145=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #957391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957391 is #6A8C6E. Grayscale: #808080. Windows color (decimal): -6982767 or 9532309. OLE color: 9532309.

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

Color convert

RGB 149 115 145 -
CMYK 0 0.23 0.03 0.42
HSL 307.06º 0.14% 0.52% -
HSV(B) 307.06º 0.23% 0.58% -
XYZ 23.64 20.7 29.54 -
YUV 128.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 149 115 145 0 0.23 0.03 0.42 307.06 0.14 0.52
Hex 95 73 91 0 17 3 2A 133 E 34
Octal 225 163 221 0 27 3 52 463 16 64
Binary 10010101 1110011 10010001 0 10111 11 101010 100110011 1110 110100

Color Harmonies of #957391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957391

Black with #957391

Text Example


Text Example

White with #957391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957391; }

 p { color: rgb(149,115,145); }

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

background-color css

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

 a { background-color: rgb(149,115,145); }

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

border-color css

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

 span { border-color: rgb(149,115,145); }

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