#9A57FA

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

Shades of Light Slate Blue #9A57FA

Tints of Light Slate Blue #9A57FA

Color information

#9A57FA (or 0x9A57FA) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 57 and FA. RGB value is (154,87,250). Sum of RGB (Red+Green+Blue) = 154+87+250=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A57FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A57FA is #65A805. Grayscale: #7D7D7D. Windows color (decimal): -6662150 or 16406426. OLE color: 16406426.

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

Color convert

RGB15487250-
CMYK0.380.6500.02
HSL264.66º94.22%66.08%-
HSV(B)264.66º65.2%98.04%-
XYZ33.9920.5992.62-
YUV125.62198.2148.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 87 (34.38% from 255) = 17.72%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=31.36%
G=17.72%
B=50.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154872500.380.6500.02264.6694.2266.08
Hex9A57FA2641021095e42
Octal2321273724610102411136102
Binary10011010101011111111010100110100000101010000100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A57FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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