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

📋 copy color: '#9E7DBE'

red 158 ◦ green 125 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E7DBE

Tints of Purple Mountain's Majesty #9E7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.43%

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

R = 33.4%
G = 26.43%
B = 40.17%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E7DBE (or 0x9E7DBE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7D and BE. RGB value is (158,125,190). Sum of RGB (Red+Green+Blue) = 158+125+190=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DBE is #618241. Grayscale: #8E8E8E. Windows color (decimal): -6390338 or 12483998. OLE color: 12483998.

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

Color convert

RGB 158 125 190 -
CMYK 0.17 0.34 0 0.25
HSL 270.46º 0.33% 0.62% -
HSV(B) 270.46º 0.34% 0.75% -
XYZ 30.73 25.65 52.05 -
YUV 142.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 158 125 190 0.17 0.34 0 0.25 270.46 0.33 0.62
Hex 9E 7D BE 11 22 0 19 10E 21 3E
Octal 236 175 276 21 42 0 31 416 41 76
Binary 10011110 1111101 10111110 10001 100010 0 11001 100001110 100001 111110

Color Harmonies of #9E7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7DBE

Black with #9E7DBE

Text Example


Text Example

White with #9E7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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