#9B3EB0

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

Shades of Deep Lilac #9B3EB0

Tints of Deep Lilac #9B3EB0

Color information

#9B3EB0 (or 0x9B3EB0) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3E and B0. RGB value is (155,62,176). Sum of RGB (Red+Green+Blue) = 155+62+176=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #9B3EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3EB0 is #64C14F. Grayscale: #666666. Windows color (decimal): -6603088 or 11550363. OLE color: 11550363.

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

Color convert

RGB15562176-
CMYK0.120.6500.31
HSL288.95º47.9%46.67%-
HSV(B)288.95º64.77%69.02%-
XYZ23.0813.5542.47-
YUV102.8169.31165.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 176 (69.14% from 255) = 44.78%
R=39.44%
G=15.78%
B=44.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155621760.120.6500.31288.9547.946.67
Hex9B3EB0C4101F121302f
Octal23376260141010374416057
Binary100110111111101011000011001000001011111100100001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,62,176); }

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

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

 a { background-color: rgb(155,62,176); }

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

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

 span { border-color: rgb(155,62,176); }

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