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

📋 copy color: '#9A88AE'

red 154 ◦ green 136 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9A88AE

Tints of Purple Mountain's Majesty #9A88AE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 33.19%
G = 29.31%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A88AE (or 0x9A88AE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 88 and AE. RGB value is (154,136,174). Sum of RGB (Red+Green+Blue) = 154+136+174=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A88AE is #657751. Grayscale: #919191. Windows color (decimal): -6649682 or 11438234. OLE color: 11438234.

HSL color Cylindrical-coordinate representation of color #9A88AE: hue angle of 268.42º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A88AE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 136 174 -
CMYK 0.11 0.22 0 0.32
HSL 268.42º 0.19% 0.61% -
HSV(B) 268.42º 0.22% 0.68% -
XYZ 29.77 27.53 43.79 -
YUV 145.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 154 136 174 0.11 0.22 0 0.32 268.42 0.19 0.61
Hex 9A 88 AE B 16 0 20 10C 13 3D
Octal 232 210 256 13 26 0 40 414 23 75
Binary 10011010 10001000 10101110 1011 10110 0 100000 100001100 10011 111101

Color Harmonies of #9A88AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A88AE

Black with #9A88AE

Text Example


Text Example

White with #9A88AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,136,174); }

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

background-color css

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

 a { background-color: rgb(154,136,174); }

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

border-color css

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

 span { border-color: rgb(154,136,174); }

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