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

📋 copy color: '#9E7ABB'

red 158 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9E7ABB

Tints of Purple Mountain's Majesty #9E7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 33.83%
G = 26.12%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E7ABB (or 0x9E7ABB) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7A and BB. RGB value is (158,122,187). Sum of RGB (Red+Green+Blue) = 158+122+187=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ABB is #618544. Grayscale: #8B8B8B. Windows color (decimal): -6391109 or 12286622. OLE color: 12286622.

HSL color Cylindrical-coordinate representation of color #9E7ABB: hue angle of 273.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E7ABB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 122 187 -
CMYK 0.16 0.35 0 0.27
HSL 273.23º 0.32% 0.61% -
HSV(B) 273.23º 0.35% 0.73% -
XYZ 30.03 24.78 50.21 -
YUV 140.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 158 122 187 0.16 0.35 0 0.27 273.23 0.32 0.61
Hex 9E 7A BB 10 23 0 1B 111 20 3D
Octal 236 172 273 20 43 0 33 421 40 75
Binary 10011110 1111010 10111011 10000 100011 0 11011 100010001 100000 111101

Color Harmonies of #9E7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7ABB

Black with #9E7ABB

Text Example


Text Example

White with #9E7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,122,187); }

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

background-color css

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

 a { background-color: rgb(158,122,187); }

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

border-color css

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

 span { border-color: rgb(158,122,187); }

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