#9B43BD

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

Shades of Deep Lilac #9B43BD

Tints of Deep Lilac #9B43BD

Color information

#9B43BD (or 0x9B43BD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 43 and BD. RGB value is (155,67,189). Sum of RGB (Red+Green+Blue) = 155+67+189=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B43BD is #64BC42. Grayscale: #6A6A6A. Windows color (decimal): -6601795 or 12403611. OLE color: 12403611.

HSL color Cylindrical-coordinate representation of color #9B43BD: hue angle of 283.28º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B43BD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15567189-
CMYK0.180.6500.26
HSL283.28º48.03%50.2%-
HSV(B)283.28º64.55%74.12%-
XYZ24.7114.6649.67-
YUV107.22174.15162.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 67 (26.56% from 255) = 16.30%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=37.71%
G=16.30%
B=45.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155671890.180.6500.26283.2848.0350.2
Hex9B43BD124101A11b3032
Octal233103275221010324336062
Binary10011011100001110111101100101000001011010100011011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B43BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,189); }

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

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

 a { background-color: rgb(155,67,189); }

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

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

 span { border-color: rgb(155,67,189); }

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