#9B6DFF

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

Shades of Light Slate Blue #9B6DFF

Tints of Light Slate Blue #9B6DFF

Color information

#9B6DFF (or 0x9B6DFF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 6D and FF. RGB value is (155,109,255). Sum of RGB (Red+Green+Blue) = 155+109+255=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B6DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6DFF is #649200. Grayscale: #8A8A8A. Windows color (decimal): -6590977 or 16739739. OLE color: 16739739.

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

Color convert

RGB155109255-
CMYK0.390.5700
HSL258.9º100%71.37%-
HSV(B)258.9º57.25%100%-
XYZ37.0425.1397.51-
YUV139.4193.24139.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 49.13%
R=29.87%
G=21.00%
B=49.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551092550.390.5700258.910071.37
Hex9B6DFF2739001036447
Octal233155377477100403144107
Binary100110111101101111111111001111110010010000001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,255); }

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

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

 a { background-color: rgb(155,109,255); }

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

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

 span { border-color: rgb(155,109,255); }

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