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

📋 copy color: '#9E7BBE'

red 158 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E7BBE

Tints of Purple Mountain's Majesty #9E7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 33.55%
G = 26.11%
B = 40.34%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E7BBE (or 0x9E7BBE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7B and BE. RGB value is (158,123,190). Sum of RGB (Red+Green+Blue) = 158+123+190=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BBE is #618441. Grayscale: #8C8C8C. Windows color (decimal): -6390850 or 12483486. OLE color: 12483486.

HSL color Cylindrical-coordinate representation of color #9E7BBE: hue angle of 271.34º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E7BBE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 123 190 -
CMYK 0.17 0.35 0 0.25
HSL 271.34º 0.34% 0.61% -
HSV(B) 271.34º 0.35% 0.75% -
XYZ 30.48 25.15 51.96 -
YUV 141.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 158 123 190 0.17 0.35 0 0.25 271.34 0.34 0.61
Hex 9E 7B BE 11 23 0 19 10F 22 3D
Octal 236 173 276 21 43 0 31 417 42 75
Binary 10011110 1111011 10111110 10001 100011 0 11001 100001111 100010 111101

Color Harmonies of #9E7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BBE

Black with #9E7BBE

Text Example


Text Example

White with #9E7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,123,190); }

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

background-color css

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

 a { background-color: rgb(158,123,190); }

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

border-color css

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

 span { border-color: rgb(158,123,190); }

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