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

📋 copy color: '#9E6BBA'

red 158 ◦ green 107 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9E6BBA

Tints of Purple Mountain's Majesty #9E6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 35.03%
G = 23.73%
B = 41.24%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E6BBA (or 0x9E6BBA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6B and BA. RGB value is (158,107,186). Sum of RGB (Red+Green+Blue) = 158+107+186=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BBA is #619445. Grayscale: #828282. Windows color (decimal): -6394950 or 12217246. OLE color: 12217246.

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

Color convert

RGB 158 107 186 -
CMYK 0.15 0.42 0 0.27
HSL 278.73º 0.36% 0.57% -
HSV(B) 278.73º 0.42% 0.73% -
XYZ 28.22 21.33 49.08 -
YUV 131.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 158 107 186 0.15 0.42 0 0.27 278.73 0.36 0.57
Hex 9E 6B BA F 2A 0 1B 117 24 39
Octal 236 153 272 17 52 0 33 427 44 71
Binary 10011110 1101011 10111010 1111 101010 0 11011 100010111 100100 111001

Color Harmonies of #9E6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BBA

Black with #9E6BBA

Text Example


Text Example

White with #9E6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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