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

📋 copy color: '#9E80BC'

red 158 ◦ green 128 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9E80BC

Tints of Purple Mountain's Majesty #9E80BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 33.33%
G = 27%
B = 39.66%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E80BC (or 0x9E80BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 80 and BC. RGB value is (158,128,188). Sum of RGB (Red+Green+Blue) = 158+128+188=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80BC is #617F43. Grayscale: #8F8F8F. Windows color (decimal): -6389572 or 12353694. OLE color: 12353694.

HSL color Cylindrical-coordinate representation of color #9E80BC: hue angle of 270º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E80BC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 128 188 -
CMYK 0.16 0.32 0 0.26
HSL 270º 0.31% 0.62% -
HSV(B) 270º 0.32% 0.74% -
XYZ 30.9 26.34 51.03 -
YUV 143.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 158 128 188 0.16 0.32 0 0.26 270 0.31 0.62
Hex 9E 80 BC 10 20 0 1A 10E 1F 3E
Octal 236 200 274 20 40 0 32 416 37 76
Binary 10011110 10000000 10111100 10000 100000 0 11010 100001110 11111 111110

Color Harmonies of #9E80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E80BC

Black with #9E80BC

Text Example


Text Example

White with #9E80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,128,188); }

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

background-color css

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

 a { background-color: rgb(158,128,188); }

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

border-color css

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

 span { border-color: rgb(158,128,188); }

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