#9b43be

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

Shades of Deep Lilac #9B43BE

Tints of Deep Lilac #9B43BE

Color information

#9B43BE (or 0x9B43BE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 43 and BE. RGB value is (155,67,190). Sum of RGB (Red+Green+Blue) = 155+67+190=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B43BE is #64BC41. Grayscale: #6A6A6A. Windows color (decimal): -6601794 or 12469147. OLE color: 12469147.

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

Color convert

RGB15567190-
CMYK0.180.6500.25
HSL282.93º48.62%50.39%-
HSV(B)282.93º64.74%74.51%-
XYZ24.8214.750.24-
YUV107.33174.65162-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 67 (26.56% from 255) = 16.26%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=37.62%
G=16.26%
B=46.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155671900.180.6500.25282.9348.6250.39
Hex9B43BE124101911b3132
Octal233103276221010314336162
Binary10011011100001110111110100101000001011001100011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b43be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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