#9074DF

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

Shades of Medium Purple #9074DF

Tints of Medium Purple #9074DF

Color information

#9074DF (or 0x9074DF) is unknown color: approx Medium Purple. HEX triplet: 90, 74 and DF. RGB value is (144,116,223). Sum of RGB (Red+Green+Blue) = 144+116+223=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #9074DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074DF is #6F8B20. Grayscale: #888888. Windows color (decimal): -7310113 or 14644368. OLE color: 14644368.

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

Color convert

RGB144116223-
CMYK0.350.4800.13
HSL255.7º62.57%66.47%-
HSV(B)255.7º47.98%87.45%-
XYZ31.0723.7572.76-
YUV136.57176.78133.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=29.81%
G=24.02%
B=46.17%

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
Decimal1441162230.350.4800.13255.762.5766.47
Hex9074DF23300D1003f42
Octal220164337436001540077102
Binary10010000111010011011111100011110000011011000000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9074DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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