#9078D8

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

Shades of Medium Purple #9078D8

Tints of Medium Purple #9078D8

Color information

#9078D8 (or 0x9078D8) is unknown color: approx Medium Purple. HEX triplet: 90, 78 and D8. RGB value is (144,120,216). Sum of RGB (Red+Green+Blue) = 144+120+216=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #9078D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078D8 is #6F8727. Grayscale: #898989. Windows color (decimal): -7309096 or 14186640. OLE color: 14186640.

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

Color convert

RGB144120216-
CMYK0.330.4400.15
HSL255º55.17%65.88%-
HSV(B)255º44.44%84.71%-
XYZ30.6124.3268.05-
YUV138.12171.95132.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 45%
R=30%
G=25%
B=45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441202160.330.4400.1525555.1765.88
Hex9078D8212C0Fff3742
Octal220170330415401737767102
Binary1001000011110001101100010000110110001111111111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9078D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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