#907DDE

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

Shades of Medium Purple #907DDE

Tints of Medium Purple #907DDE

Color information

#907DDE (or 0x907DDE) is unknown color: approx Medium Purple. HEX triplet: 90, 7D and DE. RGB value is (144,125,222). Sum of RGB (Red+Green+Blue) = 144+125+222=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #907DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DDE is #6F8221. Grayscale: #8D8D8D. Windows color (decimal): -7307810 or 14581136. OLE color: 14581136.

HSL color Cylindrical-coordinate representation of color #907DDE: hue angle of 251.75º 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 #907DDE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144125222-
CMYK0.350.4400.13
HSL251.75º59.51%68.04%-
HSV(B)251.75º43.69%87.06%-
XYZ32.0225.8772.41-
YUV141.74173.29129.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=29.33%
G=25.46%
B=45.21%

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
Decimal1441252220.350.4400.13251.7559.5168.04
Hex907DDE232C0Dfc3c44
Octal220175336435401537474104
Binary1001000011111011101111010001110110001101111111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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