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

📋 copy color: '#9E6DBC'

red 158 ◦ green 109 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E6DBC

Tints of Purple Mountain's Majesty #9E6DBC

RGB

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

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

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

R = 34.73%
G = 23.96%
B = 41.32%

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

#9E6DBC (or 0x9E6DBC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6D and BC. RGB value is (158,109,188). Sum of RGB (Red+Green+Blue) = 158+109+188=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E6DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBC is #619243. Grayscale: #848484. Windows color (decimal): -6394436 or 12348830. OLE color: 12348830.

HSL color Cylindrical-coordinate representation of color #9E6DBC: hue angle of 277.22º degrees, saturation: 0.37, 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 #9E6DBC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 109 188 -
CMYK 0.16 0.42 0 0.26
HSL 277.22º 0.37% 0.58% -
HSV(B) 277.22º 0.42% 0.74% -
XYZ 28.65 21.84 50.28 -
YUV 132.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 158 109 188 0.16 0.42 0 0.26 277.22 0.37 0.58
Hex 9E 6D BC 10 2A 0 1A 115 25 3A
Octal 236 155 274 20 52 0 32 425 45 72
Binary 10011110 1101101 10111100 10000 101010 0 11010 100010101 100101 111010

Color Harmonies of #9E6DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DBC

Black with #9E6DBC

Text Example


Text Example

White with #9E6DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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