#9B3CB1

Color #9B3CB1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B3CB1

Tints of Deep Lilac #9B3CB1

Color information

#9B3CB1 (or 0x9B3CB1) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3C and B1. RGB value is (155,60,177). Sum of RGB (Red+Green+Blue) = 155+60+177=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B3CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3CB1 is #64C34E. Grayscale: #656565. Windows color (decimal): -6603599 or 11615387. OLE color: 11615387.

HSL color Cylindrical-coordinate representation of color #9B3CB1: hue angle of 288.72º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3CB1 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15560177-
CMYK0.120.6600.31
HSL288.72º49.37%46.47%-
HSV(B)288.72º66.1%69.41%-
XYZ23.0713.3742.96-
YUV101.74170.47165.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=39.54%
G=15.31%
B=45.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155601770.120.6600.31288.7249.3746.47
Hex9B3CB1C4201F121312e
Octal23374261141020374416156
Binary100110111111001011000111001000010011111100100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,60,177); }

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

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

 a { background-color: rgb(155,60,177); }

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

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

 span { border-color: rgb(155,60,177); }

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