#9A63F1

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

Shades of Medium Purple #9A63F1

Tints of Medium Purple #9A63F1

Color information

#9A63F1 (or 0x9A63F1) is unknown color: approx Medium Purple. HEX triplet: 9A, 63 and F1. RGB value is (154,99,241). Sum of RGB (Red+Green+Blue) = 154+99+241=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A63F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63F1 is #659C0E. Grayscale: #838383. Windows color (decimal): -6659087 or 15819674. OLE color: 15819674.

HSL color Cylindrical-coordinate representation of color #9A63F1: hue angle of 263.24º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A63F1 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15499241-
CMYK0.360.5900.05
HSL263.24º83.53%66.67%-
HSV(B)263.24º58.92%94.51%-
XYZ33.6722.1485.72-
YUV131.63189.72143.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 241 (94.53% from 255) = 48.79%
R=31.17%
G=20.04%
B=48.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154992410.360.5900.05263.2483.5366.67
Hex9A63F1243B051075443
Octal232143361447305407124103
Binary10011010110001111110001100100111011010110000011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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