#9A63FA

Color #9A63FA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9A63FA

Tints of Light Slate Blue #9A63FA

Color information

#9A63FA (or 0x9A63FA) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 63 and FA. RGB value is (154,99,250). Sum of RGB (Red+Green+Blue) = 154+99+250=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63FA is #659C05. Grayscale: #848484. Windows color (decimal): -6659078 or 16409498. OLE color: 16409498.

HSL color Cylindrical-coordinate representation of color #9A63FA: hue angle of 261.85º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A63FA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15499250-
CMYK0.380.6000.02
HSL261.85º93.79%68.43%-
HSV(B)261.85º60.4%98.04%-
XYZ35.0422.792.98-
YUV132.66194.22143.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=30.62%
G=19.68%
B=49.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154992500.380.6000.02261.8593.7968.43
Hex9A63FA263C021065e44
Octal232143372467402406136104
Binary1001101011000111111101010011011110001010000011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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