#9F6AFD

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

Shades of Light Slate Blue #9F6AFD

Tints of Light Slate Blue #9F6AFD

Color information

#9F6AFD (or 0x9F6AFD) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 6A and FD. RGB value is (159,106,253). Sum of RGB (Red+Green+Blue) = 159+106+253=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6AFD is #609502. Grayscale: #8A8A8A. Windows color (decimal): -6329603 or 16607903. OLE color: 16607903.

HSL color Cylindrical-coordinate representation of color #9F6AFD: hue angle of 261.63º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F6AFD is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159106253-
CMYK0.370.5800.01
HSL261.63º97.35%70.39%-
HSV(B)261.63º58.1%99.22%-
XYZ37.1824.7795.75-
YUV138.6192.56142.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 106 (41.80% from 255) = 20.46%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=30.69%
G=20.46%
B=48.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591062530.370.5800.01261.6397.3570.39
Hex9F6AFD253A011066146
Octal237152375457201406141106
Binary100111111101010111111011001011110100110000011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,253); }

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

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

 a { background-color: rgb(159,106,253); }

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

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

 span { border-color: rgb(159,106,253); }

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