#907DAD

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

Shades of Purple Mountain's Majesty #907DAD

Tints of Purple Mountain's Majesty #907DAD

Color information

#907DAD (or 0x907DAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7D and AD. RGB value is (144,125,173). Sum of RGB (Red+Green+Blue) = 144+125+173=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #907DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907DAD is #6F8252. Grayscale: #878787. Windows color (decimal): -7307859 or 11369872. OLE color: 11369872.

HSL color Cylindrical-coordinate representation of color #907DAD: hue angle of 263.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #907DAD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144125173-
CMYK0.170.2800.32
HSL263.75º22.64%58.43%-
HSV(B)263.75º27.75%67.84%-
XYZ26.3823.6142.7-
YUV136.15148.79133.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=32.58%
G=28.28%
B=39.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441251730.170.2800.32263.7522.6458.43
Hex907DAD111C020108173a
Octal22017525521340404102772
Binary100100001111101101011011000111100010000010000100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907DAD; }

 p { color: rgb(144,125,173); }

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

<style>
 a { background-color: #907DAD; }

 a { background-color: rgb(144,125,173); }

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

<style>
 span { border-color: #907DAD; }

 span { border-color: rgb(144,125,173); }

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