#9B7DAF

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

Shades of Purple Mountain's Majesty #9B7DAF

Tints of Purple Mountain's Majesty #9B7DAF

Color information

#9B7DAF (or 0x9B7DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7D and AF. RGB value is (155,125,175). Sum of RGB (Red+Green+Blue) = 155+125+175=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7DAF is #648250. Grayscale: #8B8B8B. Windows color (decimal): -6586961 or 11500955. OLE color: 11500955.

HSL color Cylindrical-coordinate representation of color #9B7DAF: hue angle of 276º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B7DAF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155125175-
CMYK0.110.2900.31
HSL276º23.81%58.82%-
HSV(B)276º28.57%68.63%-
XYZ28.5924.7343.82-
YUV139.67147.94138.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=34.07%
G=27.47%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551251750.110.2900.3127623.8158.82
Hex9B7DAFB1D01F114183b
Octal23317525713350374243073
Binary1001101111111011010111110111110101111110001010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,175); }

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

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

 a { background-color: rgb(155,125,175); }

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

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

 span { border-color: rgb(155,125,175); }

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