#9C61FA

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

Shades of Light Slate Blue #9C61FA

Tints of Light Slate Blue #9C61FA

Color information

#9C61FA (or 0x9C61FA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 61 and FA. RGB value is (156,97,250). Sum of RGB (Red+Green+Blue) = 156+97+250=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 97 (38.28% from 255 or 19.28% 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 #9C61FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C61FA is #639E05. Grayscale: #838383. Windows color (decimal): -6528518 or 16408988. OLE color: 16408988.

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

Color convert

RGB15697250-
CMYK0.380.6100.02
HSL263.14º93.87%68.04%-
HSV(B)263.14º61.2%98.04%-
XYZ35.2422.5292.93-
YUV132.08194.55145.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 97 (38.28% from 255) = 19.28%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=31.01%
G=19.28%
B=49.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156972500.380.6100.02263.1493.8768.04
Hex9C61FA263D021075e44
Octal234141372467502407136104
Binary1001110011000011111101010011011110101010000011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,250); }

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

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

 a { background-color: rgb(156,97,250); }

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

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

 span { border-color: rgb(156,97,250); }

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