#9061EA

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

Shades of Medium Purple #9061EA

Tints of Medium Purple #9061EA

Color information

#9061EA (or 0x9061EA) is unknown color: approx Medium Purple. HEX triplet: 90, 61 and EA. RGB value is (144,97,234). Sum of RGB (Red+Green+Blue) = 144+97+234=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #9061EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9061EA is #6F9E15. Grayscale: #7E7E7E. Windows color (decimal): -7314966 or 15360400. OLE color: 15360400.

HSL color Cylindrical-coordinate representation of color #9061EA: hue angle of 260.58º 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 #9061EA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14497234-
CMYK0.380.5900.08
HSL260.58º76.54%64.9%-
HSV(B)260.58º58.55%91.76%-
XYZ30.6320.4280.17-
YUV126.67188.57140.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=30.32%
G=20.42%
B=49.26%

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
Decimal144972340.380.5900.08260.5876.5464.9
Hex9061EA263B081054d41
Octal2201413524673010405115101
Binary100100001100001111010101001101110110100010000010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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