#9078ED

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

Shades of Medium Purple #9078ED

Tints of Medium Purple #9078ED

Color information

#9078ED (or 0x9078ED) is unknown color: approx Medium Purple. HEX triplet: 90, 78 and ED. RGB value is (144,120,237). Sum of RGB (Red+Green+Blue) = 144+120+237=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #9078ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078ED is #6F8712. Grayscale: #8C8C8C. Windows color (decimal): -7309075 or 15562896. OLE color: 15562896.

HSL color Cylindrical-coordinate representation of color #9078ED: hue angle of 252.31º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9078ED is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144120237-
CMYK0.390.4900.07
HSL252.31º76.47%70%-
HSV(B)252.31º49.37%92.94%-
XYZ33.525.4883.27-
YUV140.51182.45130.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=28.74%
G=23.95%
B=47.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441202370.390.4900.07252.3176.4770
Hex9078ED273107fc4c46
Octal220170355476107374114106
Binary1001000011110001110110110011111000101111111110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9078ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9078ED; }

 p { color: rgb(144,120,237); }

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

<style>
 a { background-color: #9078ED; }

 a { background-color: rgb(144,120,237); }

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

<style>
 span { border-color: #9078ED; }

 span { border-color: rgb(144,120,237); }

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