#9075DF

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

Shades of Medium Purple #9075DF

Tints of Medium Purple #9075DF

Color information

#9075DF (or 0x9075DF) is unknown color: approx Medium Purple. HEX triplet: 90, 75 and DF. RGB value is (144,117,223). Sum of RGB (Red+Green+Blue) = 144+117+223=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9075DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DF is #6F8A20. Grayscale: #888888. Windows color (decimal): -7309857 or 14644624. OLE color: 14644624.

HSL color Cylindrical-coordinate representation of color #9075DF: hue angle of 255.28º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9075DF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144117223-
CMYK0.350.4800.13
HSL255.28º62.35%66.67%-
HSV(B)255.28º47.53%87.45%-
XYZ31.1823.9872.8-
YUV137.16176.45132.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=29.75%
G=24.17%
B=46.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441172230.350.4800.13255.2862.3566.67
Hex9075DF23300Dff3e43
Octal220165337436001537776103
Binary1001000011101011101111110001111000001101111111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9075DF; }

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

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

<style>
 a { background-color: #9075DF; }

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

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

<style>
 span { border-color: #9075DF; }

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

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