#9069DF

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

Shades of Medium Purple #9069DF

Tints of Medium Purple #9069DF

Color information

#9069DF (or 0x9069DF) is unknown color: approx Medium Purple. HEX triplet: 90, 69 and DF. RGB value is (144,105,223). Sum of RGB (Red+Green+Blue) = 144+105+223=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #9069DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069DF is #6F9620. Grayscale: #818181. Windows color (decimal): -7312929 or 14641552. OLE color: 14641552.

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

Color convert

RGB144105223-
CMYK0.350.5300.13
HSL259.83º64.84%64.31%-
HSV(B)259.83º52.91%87.45%-
XYZ29.8721.3672.36-
YUV130.11180.42137.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=30.51%
G=22.25%
B=47.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441052230.350.5300.13259.8364.8464.31
Hex9069DF23350D1044140
Octal2201513374365015404101100
Binary100100001101001110111111000111101010110110000010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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