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

📋 copy color: '#9E7BBB'

red 158 ◦ green 123 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9E7BBB

Tints of Purple Mountain's Majesty #9E7BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

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

R = 33.76%
G = 26.28%
B = 39.96%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E7BBB (or 0x9E7BBB) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7B and BB. RGB value is (158,123,187). Sum of RGB (Red+Green+Blue) = 158+123+187=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BBB is #618444. Grayscale: #8C8C8C. Windows color (decimal): -6390853 or 12286878. OLE color: 12286878.

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

Color convert

RGB 158 123 187 -
CMYK 0.16 0.34 0 0.27
HSL 272.81º 0.32% 0.61% -
HSV(B) 272.81º 0.34% 0.73% -
XYZ 30.15 25.02 50.25 -
YUV 140.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 158 123 187 0.16 0.34 0 0.27 272.81 0.32 0.61
Hex 9E 7B BB 10 22 0 1B 111 20 3D
Octal 236 173 273 20 42 0 33 421 40 75
Binary 10011110 1111011 10111011 10000 100010 0 11011 100010001 100000 111101

Color Harmonies of #9E7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BBB

Black with #9E7BBB

Text Example


Text Example

White with #9E7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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