Html Css Color HEX #9E7592 Mountbatten Pink

📋 copy color: '#9E7592'

red 158 ◦ green 117 ◦ blue 146

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

Shades of Mountbatten Pink #9E7592

Tints of Mountbatten Pink #9E7592

RGB

 RED value IS 158 (62.11% from 255) = 37.53%

 GREEN value IS 117 (46.09% from 255) = 27.79%

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

R = 37.53%
G = 27.79%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E7592 (or 0x9E7592) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 92. RGB value is (158,117,146). Sum of RGB (Red+Green+Blue) = 158+117+146=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7592 is #618A6D. Grayscale: #848484. Windows color (decimal): -6392430 or 9598366. OLE color: 9598366.

HSL color Cylindrical-coordinate representation of color #9E7592: hue angle of 317.56º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7592 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 146 -
CMYK 0 0.26 0.08 0.38
HSL 317.56º 0.17% 0.54% -
HSV(B) 317.56º 0.26% 0.62% -
XYZ 25.65 22.07 30.1 -
YUV 132.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 158 117 146 0 0.26 0.08 0.38 317.56 0.17 0.54
Hex 9E 75 92 0 1A 8 26 13E 11 36
Octal 236 165 222 0 32 10 46 476 21 66
Binary 10011110 1110101 10010010 0 11010 1000 100110 100111110 10001 110110

Color Harmonies of #9E7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7592

Black with #9E7592

Text Example


Text Example

White with #9E7592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E7592; }

 p { color: rgb(158,117,146); }

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

background-color css

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

 a { background-color: rgb(158,117,146); }

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

border-color css

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

 span { border-color: rgb(158,117,146); }

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