#9E82BB

Color #9E82BB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9E82BB

Tints of Purple Mountain's Majesty #9E82BB

Color information

#9E82BB (or 0x9E82BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 82 and BB. RGB value is (158,130,187). Sum of RGB (Red+Green+Blue) = 158+130+187=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E82BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82BB is #617D44. Grayscale: #909090. Windows color (decimal): -6389061 or 12288670. OLE color: 12288670.

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

Color convert

RGB158130187-
CMYK0.160.3000.27
HSL269.47º29.53%62.16%-
HSV(B)269.47º30.48%73.33%-
XYZ31.0526.8250.55-
YUV144.87151.78137.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=33.26%
G=27.37%
B=39.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581301870.160.3000.27269.4729.5362.16
Hex9E82BB101E01B10d1e3e
Octal23620227320360334153676
Binary100111101000001010111011100001111001101110000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E82BB;
 }
 .AnyTagClassName
 {
   color: #9E82BB;
 }
</style>
background-color css

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

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

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

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

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

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