#907EB6

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

Shades of Purple Mountain's Majesty #907EB6

Tints of Purple Mountain's Majesty #907EB6

Color information

#907EB6 (or 0x907EB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7E and B6. RGB value is (144,126,182). Sum of RGB (Red+Green+Blue) = 144+126+182=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #907EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EB6 is #6F8149. Grayscale: #898989. Windows color (decimal): -7307594 or 11959952. OLE color: 11959952.

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

Color convert

RGB144126182-
CMYK0.210.3100.29
HSL259.29º27.72%60.39%-
HSV(B)259.29º30.77%71.37%-
XYZ27.4124.2347.49-
YUV137.77152.96132.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=31.86%
G=27.88%
B=40.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441261820.210.3100.29259.2927.7260.39
Hex907EB6151F01D1031c3c
Octal22017626625370354033474
Binary10010000111111010110110101011111101110110000001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,182); }

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

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

 a { background-color: rgb(144,126,182); }

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

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

 span { border-color: rgb(144,126,182); }

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