#9A63EC

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

Shades of Medium Purple #9A63EC

Tints of Medium Purple #9A63EC

Color information

#9A63EC (or 0x9A63EC) is unknown color: approx Medium Purple. HEX triplet: 9A, 63 and EC. RGB value is (154,99,236). Sum of RGB (Red+Green+Blue) = 154+99+236=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A63EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63EC is #659C13. Grayscale: #828282. Windows color (decimal): -6659092 or 15491994. OLE color: 15491994.

HSL color Cylindrical-coordinate representation of color #9A63EC: hue angle of 264.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A63EC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15499236-
CMYK0.350.5800.07
HSL264.09º78.29%65.69%-
HSV(B)264.09º58.05%92.55%-
XYZ32.9321.8581.84-
YUV131.06187.22144.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 236 (92.58% from 255) = 48.26%
R=31.49%
G=20.25%
B=48.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154992360.350.5800.07264.0978.2965.69
Hex9A63EC233A071084e42
Octal232143354437207410116102
Binary10011010110001111101100100011111010011110000100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,236); }

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

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

 a { background-color: rgb(154,99,236); }

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

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

 span { border-color: rgb(154,99,236); }

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