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

📋 copy color: '#9E6DBD'

red 158 ◦ green 109 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9E6DBD

Tints of Purple Mountain's Majesty #9E6DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.9%

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 34.65%
G = 23.9%
B = 41.45%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E6DBD (or 0x9E6DBD) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6D and BD. RGB value is (158,109,189). Sum of RGB (Red+Green+Blue) = 158+109+189=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBD is #619242. Grayscale: #848484. Windows color (decimal): -6394435 or 12414366. OLE color: 12414366.

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

Color convert

RGB 158 109 189 -
CMYK 0.16 0.42 0 0.26
HSL 276.75º 0.38% 0.58% -
HSV(B) 276.75º 0.42% 0.74% -
XYZ 28.75 21.88 50.85 -
YUV 132.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 158 109 189 0.16 0.42 0 0.26 276.75 0.38 0.58
Hex 9E 6D BD 10 2A 0 1A 115 26 3A
Octal 236 155 275 20 52 0 32 425 46 72
Binary 10011110 1101101 10111101 10000 101010 0 11010 100010101 100110 111010

Color Harmonies of #9E6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DBD

Black with #9E6DBD

Text Example


Text Example

White with #9E6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,109,189); }

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

background-color css

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

 a { background-color: rgb(158,109,189); }

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

border-color css

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

 span { border-color: rgb(158,109,189); }

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