#907DE0

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

Shades of Medium Purple #907DE0

Tints of Medium Purple #907DE0

Color information

#907DE0 (or 0x907DE0) is unknown color: approx Medium Purple. HEX triplet: 90, 7D and E0. RGB value is (144,125,224). Sum of RGB (Red+Green+Blue) = 144+125+224=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #907DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DE0 is #6F821F. Grayscale: #8D8D8D. Windows color (decimal): -7307808 or 14712208. OLE color: 14712208.

HSL color Cylindrical-coordinate representation of color #907DE0: hue angle of 251.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907DE0 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144125224-
CMYK0.360.4400.12
HSL251.52º61.49%68.43%-
HSV(B)251.52º44.2%87.84%-
XYZ32.2925.9873.83-
YUV141.97174.29129.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=29.21%
G=25.35%
B=45.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441252240.360.4400.12251.5261.4968.43
Hex907DE0242C0Cfc3d44
Octal220175340445401437475104
Binary1001000011111011110000010010010110001100111111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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