#907DDF

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

Shades of Medium Purple #907DDF

Tints of Medium Purple #907DDF

Color information

#907DDF (or 0x907DDF) is unknown color: approx Medium Purple. HEX triplet: 90, 7D and DF. RGB value is (144,125,223). Sum of RGB (Red+Green+Blue) = 144+125+223=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #907DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DDF is #6F8220. Grayscale: #8D8D8D. Windows color (decimal): -7307809 or 14646672. OLE color: 14646672.

HSL color Cylindrical-coordinate representation of color #907DDF: hue angle of 251.63º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907DDF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144125223-
CMYK0.350.4400.13
HSL251.63º60.49%68.24%-
HSV(B)251.63º43.95%87.45%-
XYZ32.1525.9273.12-
YUV141.85173.79129.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 223 (87.5% from 255) = 45.33%
R=29.27%
G=25.41%
B=45.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441252230.350.4400.13251.6360.4968.24
Hex907DDF232C0Dfc3c44
Octal220175337435401537474104
Binary1001000011111011101111110001110110001101111111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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