#907ED7

Color #907ED7 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #907ED7

Tints of Medium Purple #907ED7

Color information

#907ED7 (or 0x907ED7) is unknown color: approx Medium Purple. HEX triplet: 90, 7E and D7. RGB value is (144,126,215). Sum of RGB (Red+Green+Blue) = 144+126+215=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #907ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ED7 is #6F8128. Grayscale: #8D8D8D. Windows color (decimal): -7307561 or 14122640. OLE color: 14122640.

HSL color Cylindrical-coordinate representation of color #907ED7: hue angle of 252.13º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #907ED7 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144126215-
CMYK0.330.4100.16
HSL252.13º52.66%66.86%-
HSV(B)252.13º41.4%84.31%-
XYZ31.2325.7667.62-
YUV141.53169.46129.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=29.69%
G=25.98%
B=44.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441262150.330.4100.16252.1352.6666.86
Hex907ED72129010fc3543
Octal220176327415102037465103
Binary10010000111111011010111100001101001010000111111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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