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

📋 copy color: '#9E6BBB'

red 158 ◦ green 107 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9E6BBB

Tints of Purple Mountain's Majesty #9E6BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 34.96%
G = 23.67%
B = 41.37%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E6BBB (or 0x9E6BBB) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 6B and BB. RGB value is (158,107,187). Sum of RGB (Red+Green+Blue) = 158+107+187=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E6BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BBB is #619444. Grayscale: #838383. Windows color (decimal): -6394949 or 12282782. OLE color: 12282782.

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

Color convert

RGB 158 107 187 -
CMYK 0.16 0.43 0 0.27
HSL 278.25º 0.37% 0.58% -
HSV(B) 278.25º 0.43% 0.73% -
XYZ 28.33 21.37 49.65 -
YUV 131.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 158 107 187 0.16 0.43 0 0.27 278.25 0.37 0.58
Hex 9E 6B BB 10 2B 0 1B 116 25 3A
Octal 236 153 273 20 53 0 33 426 45 72
Binary 10011110 1101011 10111011 10000 101011 0 11011 100010110 100101 111010

Color Harmonies of #9E6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BBB

Black with #9E6BBB

Text Example


Text Example

White with #9E6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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