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

📋 copy color: '#9E7ABC'

red 158 ◦ green 122 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E7ABC

Tints of Purple Mountain's Majesty #9E7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 33.76%
G = 26.07%
B = 40.17%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E7ABC (or 0x9E7ABC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7A and BC. RGB value is (158,122,188). Sum of RGB (Red+Green+Blue) = 158+122+188=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E7ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ABC is #618543. Grayscale: #8C8C8C. Windows color (decimal): -6391108 or 12352158. OLE color: 12352158.

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

Color convert

RGB 158 122 188 -
CMYK 0.16 0.35 0 0.26
HSL 272.73º 0.33% 0.61% -
HSV(B) 272.73º 0.35% 0.74% -
XYZ 30.14 24.82 50.78 -
YUV 140.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 158 122 188 0.16 0.35 0 0.26 272.73 0.33 0.61
Hex 9E 7A BC 10 23 0 1A 111 21 3D
Octal 236 172 274 20 43 0 32 421 41 75
Binary 10011110 1111010 10111100 10000 100011 0 11010 100010001 100001 111101

Color Harmonies of #9E7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7ABC

Black with #9E7ABC

Text Example


Text Example

White with #9E7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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