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

📋 copy color: '#9A7EBA'

red 154 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9A7EBA

Tints of Purple Mountain's Majesty #9A7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 33.05%
G = 27.04%
B = 39.91%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A7EBA (or 0x9A7EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7E and BA. RGB value is (154,126,186). Sum of RGB (Red+Green+Blue) = 154+126+186=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EBA is #658145. Grayscale: #8D8D8D. Windows color (decimal): -6652230 or 12222106. OLE color: 12222106.

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

Color convert

RGB 154 126 186 -
CMYK 0.17 0.32 0 0.27
HSL 268º 0.3% 0.61% -
HSV(B) 268º 0.32% 0.73% -
XYZ 29.65 25.34 49.78 -
YUV 141.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 154 126 186 0.17 0.32 0 0.27 268 0.3 0.61
Hex 9A 7E BA 11 20 0 1B 10C 1E 3D
Octal 232 176 272 21 40 0 33 414 36 75
Binary 10011010 1111110 10111010 10001 100000 0 11011 100001100 11110 111101

Color Harmonies of #9A7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7EBA

Black with #9A7EBA

Text Example


Text Example

White with #9A7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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