#9B57FC

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

Shades of Light Slate Blue #9B57FC

Tints of Light Slate Blue #9B57FC

Color information

#9B57FC (or 0x9B57FC) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 57 and FC. RGB value is (155,87,252). Sum of RGB (Red+Green+Blue) = 155+87+252=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B57FC is #64A803. Grayscale: #7D7D7D. Windows color (decimal): -6596612 or 16537499. OLE color: 16537499.

HSL color Cylindrical-coordinate representation of color #9B57FC: hue angle of 264.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B57FC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15587252-
CMYK0.380.6500.01
HSL264.73º96.49%66.47%-
HSV(B)264.73º65.48%98.82%-
XYZ34.520.8194.29-
YUV126.14199.03148.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 87 (34.38% from 255) = 17.61%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=31.38%
G=17.61%
B=51.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155872520.380.6500.01264.7396.4966.47
Hex9B57FC2641011096042
Octal2331273744610101411140102
Binary1001101110101111111110010011010000010110000100111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B57FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,252); }

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

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

 a { background-color: rgb(155,87,252); }

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

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

 span { border-color: rgb(155,87,252); }

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