#9065EA

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

Shades of Medium Purple #9065EA

Tints of Medium Purple #9065EA

Color information

#9065EA (or 0x9065EA) is unknown color: approx Medium Purple. HEX triplet: 90, 65 and EA. RGB value is (144,101,234). Sum of RGB (Red+Green+Blue) = 144+101+234=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #9065EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9065EA is #6F9A15. Grayscale: #808080. Windows color (decimal): -7313942 or 15361424. OLE color: 15361424.

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

Color convert

RGB144101234-
CMYK0.380.5700.08
HSL259.4º76%65.69%-
HSV(B)259.4º56.84%91.76%-
XYZ31.0121.1880.3-
YUV129.02187.25138.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=30.06%
G=21.09%
B=48.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441012340.380.5700.08259.47665.69
Hex9065EA2639081034c42
Octal2201453524671010403114102
Binary100100001100101111010101001101110010100010000001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9065EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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