Html Css Color HEX #957388 Mountbatten Pink

📋 copy color: '#957388'

red 149 ◦ green 115 ◦ blue 136

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

Shades of Mountbatten Pink #957388

Tints of Mountbatten Pink #957388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34%

R = 37.25%
G = 28.75%
B = 34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957388 (or 0x957388) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 88. RGB value is (149,115,136). Sum of RGB (Red+Green+Blue) = 149+115+136=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957388 is #6A8C77. Grayscale: #7F7F7F. Windows color (decimal): -6982776 or 8942485. OLE color: 8942485.

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

Color convert

RGB 149 115 136 -
CMYK 0 0.23 0.09 0.42
HSL 322.94º 0.14% 0.52% -
HSV(B) 322.94º 0.23% 0.58% -
XYZ 22.97 20.43 26.03 -
YUV 127.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 149 115 136 0 0.23 0.09 0.42 322.94 0.14 0.52
Hex 95 73 88 0 17 9 2A 143 E 34
Octal 225 163 210 0 27 11 52 503 16 64
Binary 10010101 1110011 10001000 0 10111 1001 101010 101000011 1110 110100

Color Harmonies of #957388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957388

Black with #957388

Text Example


Text Example

White with #957388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957388; }

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

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

background-color css

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

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

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

border-color css

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

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

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