#9B59FB

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

Shades of Light Slate Blue #9B59FB

Tints of Light Slate Blue #9B59FB

Color information

#9B59FB (or 0x9B59FB) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 59 and FB. RGB value is (155,89,251). Sum of RGB (Red+Green+Blue) = 155+89+251=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B59FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B59FB is #64A604. Grayscale: #7E7E7E. Windows color (decimal): -6596101 or 16472475. OLE color: 16472475.

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

Color convert

RGB15589251-
CMYK0.380.6500.02
HSL264.44º95.29%66.67%-
HSV(B)264.44º64.54%98.43%-
XYZ34.521.0893.52-
YUV127.2197.87147.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 251 (98.44% from 255) = 50.71%
R=31.31%
G=17.98%
B=50.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155892510.380.6500.02264.4495.2966.67
Hex9B59FB2641021085f43
Octal2331313734610102410137103
Binary10011011101100111111011100110100000101010000100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B59FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,251); }

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

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

 a { background-color: rgb(155,89,251); }

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

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

 span { border-color: rgb(155,89,251); }

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