Html Css Color HEX #957A8A Mountbatten Pink

📋 copy color: '#957A8A'

red 149 ◦ green 122 ◦ blue 138

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

Shades of Mountbatten Pink #957A8A

Tints of Mountbatten Pink #957A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 36.43%
G = 29.83%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#957A8A (or 0x957A8A) is known color: Mountbatten Pink. HEX triplet: 95, 7A and 8A. RGB value is (149,122,138). Sum of RGB (Red+Green+Blue) = 149+122+138=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #957A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A8A is #6A8575. Grayscale: #838383. Windows color (decimal): -6980982 or 9075349. OLE color: 9075349.

HSL color Cylindrical-coordinate representation of color #957A8A: hue angle of 324.44º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957A8A is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 138 -
CMYK 0 0.18 0.07 0.42
HSL 324.44º 0.11% 0.53% -
HSV(B) 324.44º 0.18% 0.58% -
XYZ 23.94 22.14 27.06 -
YUV 131.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 149 122 138 0 0.18 0.07 0.42 324.44 0.11 0.53
Hex 95 7A 8A 0 12 7 2A 144 B 35
Octal 225 172 212 0 22 7 52 504 13 65
Binary 10010101 1111010 10001010 0 10010 111 101010 101000100 1011 110101

Color Harmonies of #957A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A8A

Black with #957A8A

Text Example


Text Example

White with #957A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A8A; }

 p { color: rgb(149,122,138); }

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

background-color css

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

 a { background-color: rgb(149,122,138); }

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

border-color css

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

 span { border-color: rgb(149,122,138); }

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