Html Css Color HEX #957C92 Mountbatten Pink

📋 copy color: '#957C92'

red 149 ◦ green 124 ◦ blue 146

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

Shades of Mountbatten Pink #957C92

Tints of Mountbatten Pink #957C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

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

R = 35.56%
G = 29.59%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#957C92 (or 0x957C92) is known color: Mountbatten Pink. HEX triplet: 95, 7C and 92. RGB value is (149,124,146). Sum of RGB (Red+Green+Blue) = 149+124+146=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #957C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C92 is #6A836D. Grayscale: #858585. Windows color (decimal): -6980462 or 9600149. OLE color: 9600149.

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

Color convert

RGB 149 124 146 -
CMYK 0 0.17 0.02 0.42
HSL 307.2º 0.11% 0.54% -
HSV(B) 307.2º 0.17% 0.58% -
XYZ 24.79 22.88 30.3 -
YUV 133.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 149 124 146 0 0.17 0.02 0.42 307.2 0.11 0.54
Hex 95 7C 92 0 11 2 2A 133 B 36
Octal 225 174 222 0 21 2 52 463 13 66
Binary 10010101 1111100 10010010 0 10001 10 101010 100110011 1011 110110

Color Harmonies of #957C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C92

Black with #957C92

Text Example


Text Example

White with #957C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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