#907FB8

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

Shades of Purple Mountain's Majesty #907FB8

Tints of Purple Mountain's Majesty #907FB8

Color information

#907FB8 (or 0x907FB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7F and B8. RGB value is (144,127,184). Sum of RGB (Red+Green+Blue) = 144+127+184=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #907FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FB8 is #6F8047. Grayscale: #8A8A8A. Windows color (decimal): -7307336 or 12091280. OLE color: 12091280.

HSL color Cylindrical-coordinate representation of color #907FB8: hue angle of 257.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #907FB8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB144127184-
CMYK0.220.3100.28
HSL257.89º28.64%60.98%-
HSV(B)257.89º30.98%72.16%-
XYZ27.7424.5748.63-
YUV138.58153.63131.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.65%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=31.65%
G=27.91%
B=40.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1441271840.220.3100.28257.8928.6460.98
Hex907FB8161F01C1021d3d
Octal22017727026370344023575
Binary10010000111111110111000101101111101110010000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,127,184); }

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

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

 a { background-color: rgb(144,127,184); }

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

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

 span { border-color: rgb(144,127,184); }

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