#9E43BC

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

Shades of Deep Lilac #9E43BC

Tints of Deep Lilac #9E43BC

Color information

#9E43BC (or 0x9E43BC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 43 and BC. RGB value is (158,67,188). Sum of RGB (Red+Green+Blue) = 158+67+188=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E43BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E43BC is #61BC43. Grayscale: #6B6B6B. Windows color (decimal): -6405188 or 12338078. OLE color: 12338078.

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

Color convert

RGB15867188-
CMYK0.160.6400.26
HSL285.12º47.45%50%-
HSV(B)285.12º64.36%73.73%-
XYZ25.1814.9149.13-
YUV108173.15163.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 67 (26.56% from 255) = 16.22%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=38.26%
G=16.22%
B=45.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158671880.160.6400.26285.1247.4550
Hex9E43BC104001A11d2f32
Octal236103274201000324355762
Binary10011110100001110111100100001000000011010100011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E43BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,67,188); }

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

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

 a { background-color: rgb(158,67,188); }

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

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

 span { border-color: rgb(158,67,188); }

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