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

📋 copy color: '#9A7EB8'

red 154 ◦ green 126 ◦ blue 184

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

Shades of Purple Mountain's Majesty #9A7EB8

Tints of Purple Mountain's Majesty #9A7EB8

RGB

 RED value IS 154 (60.55% from 255) = 33.19%

 GREEN value IS 126 (49.61% from 255) = 27.16%

 BLUE value IS 184 (72.27% from 255) = 39.66%

R = 33.19%
G = 27.16%
B = 39.66%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9A7EB8 (or 0x9A7EB8) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7E and B8. RGB value is (154,126,184). Sum of RGB (Red+Green+Blue) = 154+126+184=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A7EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EB8 is #658147. Grayscale: #8C8C8C. Windows color (decimal): -6652232 or 12091034. OLE color: 12091034.

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

Color convert

RGB 154 126 184 -
CMYK 0.16 0.32 0 0.28
HSL 268.97º 0.29% 0.61% -
HSV(B) 268.97º 0.32% 0.72% -
XYZ 29.44 25.25 48.67 -
YUV 140.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 154 126 184 0.16 0.32 0 0.28 268.97 0.29 0.61
Hex 9A 7E B8 10 20 0 1C 10D 1D 3D
Octal 232 176 270 20 40 0 34 415 35 75
Binary 10011010 1111110 10111000 10000 100000 0 11100 100001101 11101 111101

Color Harmonies of #9A7EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7EB8

Black with #9A7EB8

Text Example


Text Example

White with #9A7EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,126,184); }

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

background-color css

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

 a { background-color: rgb(154,126,184); }

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

border-color css

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

 span { border-color: rgb(154,126,184); }

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