#9F6DFA

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

Shades of Light Slate Blue #9F6DFA

Tints of Light Slate Blue #9F6DFA

Color information

#9F6DFA (or 0x9F6DFA) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 6D and FA. RGB value is (159,109,250). Sum of RGB (Red+Green+Blue) = 159+109+250=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F6DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6DFA is #609205. Grayscale: #8B8B8B. Windows color (decimal): -6328838 or 16412063. OLE color: 16412063.

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

Color convert

RGB159109250-
CMYK0.360.5600.02
HSL261.28º93.38%70.39%-
HSV(B)261.28º56.4%98.04%-
XYZ37.0225.2193.36-
YUV140.02190.06141.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=30.69%
G=21.04%
B=48.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591092500.360.5600.02261.2893.3870.39
Hex9F6DFA2438021055d46
Octal237155372447002405135106
Binary1001111111011011111101010010011100001010000010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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