#9C6DFA

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

Shades of Light Slate Blue #9C6DFA

Tints of Light Slate Blue #9C6DFA

Color information

#9C6DFA (or 0x9C6DFA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 6D and FA. RGB value is (156,109,250). Sum of RGB (Red+Green+Blue) = 156+109+250=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C6DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6DFA is #639205. Grayscale: #8A8A8A. Windows color (decimal): -6525446 or 16412060. OLE color: 16412060.

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

Color convert

RGB156109250-
CMYK0.380.5600.02
HSL260º93.38%70.39%-
HSV(B)260º56.4%98.04%-
XYZ36.4324.9193.33-
YUV139.13190.57140.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=30.29%
G=21.17%
B=48.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561092500.380.5600.0226093.3870.39
Hex9C6DFA2638021045d46
Octal234155372467002404135106
Binary1001110011011011111101010011011100001010000010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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