#9D88AF

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

Shades of Purple Mountain's Majesty #9D88AF

Tints of Purple Mountain's Majesty #9D88AF

Color information

#9D88AF (or 0x9D88AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 88 and AF. RGB value is (157,136,175). Sum of RGB (Red+Green+Blue) = 157+136+175=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D88AF is #627750. Grayscale: #929292. Windows color (decimal): -6453073 or 11503773. OLE color: 11503773.

HSL color Cylindrical-coordinate representation of color #9D88AF: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D88AF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB157136175-
CMYK0.100.2200.31
HSL272.31º19.6%60.98%-
HSV(B)272.31º22.29%68.63%-
XYZ30.4527.8744.33-
YUV146.72143.96135.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=33.55%
G=29.06%
B=37.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571361750.100.2200.31272.3119.660.98
Hex9D88AFA1601F110143d
Octal23521025712260374202475
Binary10011101100010001010111110101011001111110001000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,175); }

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

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

 a { background-color: rgb(157,136,175); }

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

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

 span { border-color: rgb(157,136,175); }

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