#9070D8

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

Shades of Medium Purple #9070D8

Tints of Medium Purple #9070D8

Color information

#9070D8 (or 0x9070D8) is unknown color: approx Medium Purple. HEX triplet: 90, 70 and D8. RGB value is (144,112,216). Sum of RGB (Red+Green+Blue) = 144+112+216=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #9070D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070D8 is #6F8F27. Grayscale: #858585. Windows color (decimal): -7311144 or 14184592. OLE color: 14184592.

HSL color Cylindrical-coordinate representation of color #9070D8: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9070D8 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144112216-
CMYK0.330.4800.15
HSL258.46º57.14%64.31%-
HSV(B)258.46º48.15%84.71%-
XYZ29.6922.4867.74-
YUV133.42174.6135.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 216 (84.77% from 255) = 45.76%
R=30.51%
G=23.73%
B=45.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441122160.330.4800.15258.4657.1464.31
Hex9070D821300F1023940
Octal220160330416001740271100
Binary10010000111000011011000100001110000011111000000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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