#9C6AFA

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

Shades of Light Slate Blue #9C6AFA

Tints of Light Slate Blue #9C6AFA

Color information

#9C6AFA (or 0x9C6AFA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 6A and FA. RGB value is (156,106,250). Sum of RGB (Red+Green+Blue) = 156+106+250=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C6AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6AFA is #639505. Grayscale: #888888. Windows color (decimal): -6526214 or 16411292. OLE color: 16411292.

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

Color convert

RGB156106250-
CMYK0.380.5800.02
HSL260.83º93.51%69.8%-
HSV(B)260.83º57.6%98.04%-
XYZ36.1224.2893.22-
YUV137.37191.56141.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=30.47%
G=20.70%
B=48.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561062500.380.5800.02260.8393.5169.8
Hex9C6AFA263A021055e46
Octal234152372467202405136106
Binary1001110011010101111101010011011101001010000010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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