Html Css Color HEX #9080B6 Purple Mountain's Majesty

📋 copy color: '#9080B6'

red 144 ◦ green 128 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9080B6

Tints of Purple Mountain's Majesty #9080B6

RGB

 RED value IS 144 (56.64% from 255) = 31.72%

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

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 31.72%
G = 28.19%
B = 40.09%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9080B6 (or 0x9080B6) is known color: Purple Mountain's Majesty. HEX triplet: 90, 80 and B6. RGB value is (144,128,182). Sum of RGB (Red+Green+Blue) = 144+128+182=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #9080B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080B6 is #6F7F49. Grayscale: #8A8A8A. Windows color (decimal): -7307082 or 11960464. OLE color: 11960464.

HSL color Cylindrical-coordinate representation of color #9080B6: hue angle of 257.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9080B6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 128 182 -
CMYK 0.21 0.30 0 0.29
HSL 257.78º 0.27% 0.61% -
HSV(B) 257.78º 0.3% 0.71% -
XYZ 27.66 24.75 47.57 -
YUV 138.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 144 128 182 0.21 0.30 0 0.29 257.78 0.27 0.61
Hex 90 80 B6 15 1E 0 1D 102 1B 3D
Octal 220 200 266 25 36 0 35 402 33 75
Binary 10010000 10000000 10110110 10101 11110 0 11101 100000010 11011 111101

Color Harmonies of #9080B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080B6

Black with #9080B6

Text Example


Text Example

White with #9080B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9080B6; }

 p { color: rgb(144,128,182); }

 H1.HeaderClassName
 {
   color: #9080B6;
 }
 .AnyTagClassName
 {
   color: #9080B6;
 }
</style>

background-color css

<style>
 a { background-color: #9080B6; }

 a { background-color: rgb(144,128,182); }

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

border-color css

<style>
 span { border-color: #9080B6; }

 span { border-color: rgb(144,128,182); }

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