#9B4FFD

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

Shades of Light Slate Blue #9B4FFD

Tints of Light Slate Blue #9B4FFD

Color information

#9B4FFD (or 0x9B4FFD) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 4F and FD. RGB value is (155,79,253). Sum of RGB (Red+Green+Blue) = 155+79+253=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FFD is #64B002. Grayscale: #787878. Windows color (decimal): -6598659 or 16600987. OLE color: 16600987.

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

Color convert

RGB15579253-
CMYK0.390.6900.01
HSL266.21º97.75%65.1%-
HSV(B)266.21º68.77%99.22%-
XYZ34.0419.6594.93-
YUV121.56202.18151.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 79 (31.25% from 255) = 16.22%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=31.83%
G=16.22%
B=51.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155792530.390.6900.01266.2197.7565.1
Hex9B4FFD27450110a6241
Octal2331173754710501412142101
Binary1001101110011111111110110011110001010110000101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,253); }

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

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

 a { background-color: rgb(155,79,253); }

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

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

 span { border-color: rgb(155,79,253); }

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