#9070DF

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

Shades of Medium Purple #9070DF

Tints of Medium Purple #9070DF

Color information

#9070DF (or 0x9070DF) is unknown color: approx Medium Purple. HEX triplet: 90, 70 and DF. RGB value is (144,112,223). Sum of RGB (Red+Green+Blue) = 144+112+223=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #9070DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070DF is #6F8F20. Grayscale: #858585. Windows color (decimal): -7311137 or 14643344. OLE color: 14643344.

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

Color convert

RGB144112223-
CMYK0.350.5000.13
HSL257.3º63.43%65.69%-
HSV(B)257.3º49.78%87.45%-
XYZ30.6222.8572.61-
YUV134.22178.1134.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 223 (87.5% from 255) = 46.56%
R=30.06%
G=23.38%
B=46.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441122230.350.5000.13257.363.4365.69
Hex9070DF23320D1013f42
Octal220160337436201540177102
Binary10010000111000011011111100011110010011011000000011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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