#9060EA

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

Shades of Medium Purple #9060EA

Tints of Medium Purple #9060EA

Color information

#9060EA (or 0x9060EA) is unknown color: approx Medium Purple. HEX triplet: 90, 60 and EA. RGB value is (144,96,234). Sum of RGB (Red+Green+Blue) = 144+96+234=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #9060EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060EA is #6F9F15. Grayscale: #7D7D7D. Windows color (decimal): -7315222 or 15360144. OLE color: 15360144.

HSL color Cylindrical-coordinate representation of color #9060EA: hue angle of 260.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9060EA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14496234-
CMYK0.380.5900.08
HSL260.87º76.67%64.71%-
HSV(B)260.87º58.97%91.76%-
XYZ30.5420.2480.14-
YUV126.08188.9140.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=30.38%
G=20.25%
B=49.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144962340.380.5900.08260.8776.6764.71
Hex9060EA263B081054d41
Octal2201403524673010405115101
Binary100100001100000111010101001101110110100010000010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9060EA; }

 p { color: rgb(144,96,234); }

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

<style>
 a { background-color: #9060EA; }

 a { background-color: rgb(144,96,234); }

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

<style>
 span { border-color: #9060EA; }

 span { border-color: rgb(144,96,234); }

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