#9069E9

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

Shades of Medium Purple #9069E9

Tints of Medium Purple #9069E9

Color information

#9069E9 (or 0x9069E9) is unknown color: approx Medium Purple. HEX triplet: 90, 69 and E9. RGB value is (144,105,233). Sum of RGB (Red+Green+Blue) = 144+105+233=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #9069E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069E9 is #6F9616. Grayscale: #828282. Windows color (decimal): -7312919 or 15296912. OLE color: 15296912.

HSL color Cylindrical-coordinate representation of color #9069E9: hue angle of 258.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9069E9 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144105233-
CMYK0.380.5500.09
HSL258.28º74.42%66.27%-
HSV(B)258.28º54.94%91.37%-
XYZ31.2621.9279.67-
YUV131.25185.42137.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 233 (91.41% from 255) = 48.34%
R=29.88%
G=21.78%
B=48.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441052330.380.5500.09258.2874.4266.27
Hex9069E92637091024a42
Octal2201513514667011402112102
Binary100100001101001111010011001101101110100110000001010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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