Html Css Color HEX #9E6992 Mountbatten Pink

📋 copy color: '#9E6992'

red 158 ◦ green 105 ◦ blue 146

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

Shades of Mountbatten Pink #9E6992

Tints of Mountbatten Pink #9E6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 38.63%
G = 25.67%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E6992 (or 0x9E6992) is known color: Mountbatten Pink. HEX triplet: 9E, 69 and 92. RGB value is (158,105,146). Sum of RGB (Red+Green+Blue) = 158+105+146=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6992 is #61966D. Grayscale: #7D7D7D. Windows color (decimal): -6395502 or 9595294. OLE color: 9595294.

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

Color convert

RGB 158 105 146 -
CMYK 0 0.34 0.08 0.38
HSL 313.58º 0.21% 0.52% -
HSV(B) 313.58º 0.34% 0.62% -
XYZ 24.34 19.45 29.67 -
YUV 125.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 158 105 146 0 0.34 0.08 0.38 313.58 0.21 0.52
Hex 9E 69 92 0 22 8 26 13A 15 34
Octal 236 151 222 0 42 10 46 472 25 64
Binary 10011110 1101001 10010010 0 100010 1000 100110 100111010 10101 110100

Color Harmonies of #9E6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6992

Black with #9E6992

Text Example


Text Example

White with #9E6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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