#9778AF

Color #9778AF Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9778AF

Tints of Purple Mountain's Majesty #9778AF

Color information

#9778AF (or 0x9778AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 78 and AF. RGB value is (151,120,175). Sum of RGB (Red+Green+Blue) = 151+120+175=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #9778AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9778AF is #688750. Grayscale: #878787. Windows color (decimal): -6850385 or 11499671. OLE color: 11499671.

HSL color Cylindrical-coordinate representation of color #9778AF: hue angle of 273.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9778AF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151120175-
CMYK0.140.3100.31
HSL273.82º25.58%57.84%-
HSV(B)273.82º31.43%68.63%-
XYZ27.2223.1143.58-
YUV135.54150.27139.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=33.86%
G=26.91%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511201750.140.3100.31273.8225.5857.84
Hex9778AFE1F01F1121a3a
Octal22717025716370374223272
Binary1001011111110001010111111101111101111110001001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9778AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9778AF; }

 p { color: rgb(151,120,175); }

 H1.HeaderClassName
 {
   color: #9778AF;
 }
 .AnyTagClassName
 {
   color: #9778AF;
 }
</style>
background-color css

<style>
 a { background-color: #9778AF; }

 a { background-color: rgb(151,120,175); }

 div.DivClassName
 {
   background-color: #9778AF;
 }
 .BgClassName
 {
   background-color: #9778AF;
 }
</style>
border-color css

<style>
 span { border-color: #9778AF; }

 span { border-color: rgb(151,120,175); }

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