Html Css Color HEX #9E758F Mountbatten Pink

📋 copy color: '#9E758F'

red 158 ◦ green 117 ◦ blue 143

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

Shades of Mountbatten Pink #9E758F

Tints of Mountbatten Pink #9E758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 37.8%
G = 27.99%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E758F (or 0x9E758F) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 8F. RGB value is (158,117,143). Sum of RGB (Red+Green+Blue) = 158+117+143=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 158 - color contains mainly: red. Hex color #9E758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E758F is #618A70. Grayscale: #848484. Windows color (decimal): -6392433 or 9401758. OLE color: 9401758.

HSL color Cylindrical-coordinate representation of color #9E758F: hue angle of 321.95º 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 #9E758F is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 143 -
CMYK 0 0.26 0.09 0.38
HSL 321.95º 0.17% 0.54% -
HSV(B) 321.95º 0.26% 0.62% -
XYZ 25.42 21.97 28.89 -
YUV 132.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 158 117 143 0 0.26 0.09 0.38 321.95 0.17 0.54
Hex 9E 75 8F 0 1A 9 26 142 11 36
Octal 236 165 217 0 32 11 46 502 21 66
Binary 10011110 1110101 10001111 0 11010 1001 100110 101000010 10001 110110

Color Harmonies of #9E758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E758F

Black with #9E758F

Text Example


Text Example

White with #9E758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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