#9D63FA

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

Shades of Light Slate Blue #9D63FA

Tints of Light Slate Blue #9D63FA

Color information

#9D63FA (or 0x9D63FA) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 63 and FA. RGB value is (157,99,250). Sum of RGB (Red+Green+Blue) = 157+99+250=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D63FA is #629C05. Grayscale: #858585. Windows color (decimal): -6462470 or 16409501. OLE color: 16409501.

HSL color Cylindrical-coordinate representation of color #9D63FA: hue angle of 263.05º 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 #9D63FA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15799250-
CMYK0.370.6000.02
HSL263.05º93.79%68.43%-
HSV(B)263.05º60.4%98.04%-
XYZ35.6222.9993-
YUV133.56193.72144.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 99 (39.06% from 255) = 19.57%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=31.03%
G=19.57%
B=49.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157992500.370.6000.02263.0593.7968.43
Hex9D63FA253C021075e44
Octal235143372457402407136104
Binary1001110111000111111101010010111110001010000011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D63FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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