#9F6CFF

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

Shades of Light Slate Blue #9F6CFF

Tints of Light Slate Blue #9F6CFF

Color information

#9F6CFF (or 0x9F6CFF) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 6C and FF. RGB value is (159,108,255). Sum of RGB (Red+Green+Blue) = 159+108+255=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6CFF is #609300. Grayscale: #8B8B8B. Windows color (decimal): -6329089 or 16739487. OLE color: 16739487.

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

Color convert

RGB159108255-
CMYK0.380.5800
HSL260.82º100%71.18%-
HSV(B)260.82º57.65%100%-
XYZ37.7125.3297.51-
YUV140.01192.9141.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 108 (42.58% from 255) = 20.69%
BLUE value IS 255 (100% from 255) = 48.85%
R=30.46%
G=20.69%
B=48.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591082550.380.5800260.8210071.18
Hex9F6CFF263A001056447
Octal237154377467200405144107
Binary100111111101100111111111001101110100010000010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,255); }

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

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

 a { background-color: rgb(159,108,255); }

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

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

 span { border-color: rgb(159,108,255); }

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