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

📋 copy color: '#9A7ABB'

red 154 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9A7ABB

Tints of Purple Mountain's Majesty #9A7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 33.26%
G = 26.35%
B = 40.39%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A7ABB (or 0x9A7ABB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7A and BB. RGB value is (154,122,187). Sum of RGB (Red+Green+Blue) = 154+122+187=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ABB is #658544. Grayscale: #8A8A8A. Windows color (decimal): -6653253 or 12286618. OLE color: 12286618.

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

Color convert

RGB 154 122 187 -
CMYK 0.18 0.35 0 0.27
HSL 269.54º 0.32% 0.61% -
HSV(B) 269.54º 0.35% 0.73% -
XYZ 29.26 24.38 50.18 -
YUV 138.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 154 122 187 0.18 0.35 0 0.27 269.54 0.32 0.61
Hex 9A 7A BB 12 23 0 1B 10E 20 3D
Octal 232 172 273 22 43 0 33 416 40 75
Binary 10011010 1111010 10111011 10010 100011 0 11011 100001110 100000 111101

Color Harmonies of #9A7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7ABB

Black with #9A7ABB

Text Example


Text Example

White with #9A7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,122,187); }

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

background-color css

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

 a { background-color: rgb(154,122,187); }

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

border-color css

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

 span { border-color: rgb(154,122,187); }

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