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

📋 copy color: '#9E6DBA'

red 158 ◦ green 109 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9E6DBA

Tints of Purple Mountain's Majesty #9E6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 34.88%
G = 24.06%
B = 41.06%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E6DBA (or 0x9E6DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6D and BA. RGB value is (158,109,186). Sum of RGB (Red+Green+Blue) = 158+109+186=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBA is #619245. Grayscale: #848484. Windows color (decimal): -6394438 or 12217758. OLE color: 12217758.

HSL color Cylindrical-coordinate representation of color #9E6DBA: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6DBA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 109 186 -
CMYK 0.15 0.41 0 0.27
HSL 278.18º 0.36% 0.58% -
HSV(B) 278.18º 0.41% 0.73% -
XYZ 28.43 21.75 49.15 -
YUV 132.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 158 109 186 0.15 0.41 0 0.27 278.18 0.36 0.58
Hex 9E 6D BA F 29 0 1B 116 24 3A
Octal 236 155 272 17 51 0 33 426 44 72
Binary 10011110 1101101 10111010 1111 101001 0 11011 100010110 100100 111010

Color Harmonies of #9E6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DBA

Black with #9E6DBA

Text Example


Text Example

White with #9E6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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