#9A64EA

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

Shades of Medium Purple #9A64EA

Tints of Medium Purple #9A64EA

Color information

#9A64EA (or 0x9A64EA) is unknown color: approx Medium Purple. HEX triplet: 9A, 64 and EA. RGB value is (154,100,234). Sum of RGB (Red+Green+Blue) = 154+100+234=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A64EA is #659B15. Grayscale: #828282. Windows color (decimal): -6658838 or 15361178. OLE color: 15361178.

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

Color convert

RGB154100234-
CMYK0.340.5700.08
HSL264.18º76.14%65.49%-
HSV(B)264.18º57.26%91.76%-
XYZ32.7321.9280.35-
YUV131.42185.89144.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=31.56%
G=20.49%
B=47.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541002340.340.5700.08264.1876.1465.49
Hex9A64EA2239081084c41
Octal2321443524271010410114101
Binary100110101100100111010101000101110010100010000100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A64EA; }

 p { color: rgb(154,100,234); }

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

<style>
 a { background-color: #9A64EA; }

 a { background-color: rgb(154,100,234); }

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

<style>
 span { border-color: #9A64EA; }

 span { border-color: rgb(154,100,234); }

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