Html Css Color HEX #9E6EBA Purple Mountain's Majesty

📋 copy color: '#9E6EBA'

red 158 ◦ green 110 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9E6EBA

Tints of Purple Mountain's Majesty #9E6EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 34.8%
G = 24.23%
B = 40.97%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E6EBA (or 0x9E6EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6E and BA. RGB value is (158,110,186). Sum of RGB (Red+Green+Blue) = 158+110+186=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EBA is #619145. Grayscale: #848484. Windows color (decimal): -6394182 or 12218014. OLE color: 12218014.

HSL color Cylindrical-coordinate representation of color #9E6EBA: hue angle of 277.89º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6EBA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 110 186 -
CMYK 0.15 0.41 0 0.27
HSL 277.89º 0.36% 0.58% -
HSV(B) 277.89º 0.41% 0.73% -
XYZ 28.54 21.97 49.19 -
YUV 133.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 158 110 186 0.15 0.41 0 0.27 277.89 0.36 0.58
Hex 9E 6E BA F 29 0 1B 116 24 3A
Octal 236 156 272 17 51 0 33 426 44 72
Binary 10011110 1101110 10111010 1111 101001 0 11011 100010110 100100 111010

Color Harmonies of #9E6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6EBA

Black with #9E6EBA

Text Example


Text Example

White with #9E6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,186); }

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

background-color css

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

 a { background-color: rgb(158,110,186); }

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

border-color css

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

 span { border-color: rgb(158,110,186); }

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