#9A63EA

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

Shades of Medium Purple #9A63EA

Tints of Medium Purple #9A63EA

Color information

#9A63EA (or 0x9A63EA) is unknown color: approx Medium Purple. HEX triplet: 9A, 63 and EA. RGB value is (154,99,234). Sum of RGB (Red+Green+Blue) = 154+99+234=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A63EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63EA is #659C15. Grayscale: #828282. Windows color (decimal): -6659094 or 15360922. OLE color: 15360922.

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

Color convert

RGB15499234-
CMYK0.340.5800.08
HSL264.44º76.27%65.29%-
HSV(B)264.44º57.69%91.76%-
XYZ32.6421.7380.32-
YUV130.83186.22144.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=31.62%
G=20.33%
B=48.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal154992340.340.5800.08264.4476.2765.29
Hex9A63EA223A081084c41
Octal2321433524272010410114101
Binary100110101100011111010101000101110100100010000100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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