#8842BD

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

Shades of Deep Lilac #8842BD

Tints of Deep Lilac #8842BD

Color information

#8842BD (or 0x8842BD) is unknown color: approx Deep Lilac. HEX triplet: 88, 42 and BD. RGB value is (136,66,189). Sum of RGB (Red+Green+Blue) = 136+66+189=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8842BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842BD is #77BD42. Grayscale: #646464. Windows color (decimal): -7847235 or 12403336. OLE color: 12403336.

HSL color Cylindrical-coordinate representation of color #8842BD: hue angle of 274.15º 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 #8842BD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13666189-
CMYK0.280.6500.26
HSL274.15º48.24%50%-
HSV(B)274.15º65.08%74.12%-
XYZ21.2912.849.49-
YUV100.95177.69153-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=34.78%
G=16.88%
B=48.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136661890.280.6500.26274.1548.2450
Hex8842BD1C4101A1123032
Octal210102275341010324226062
Binary10001000100001010111101111001000001011010100010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8842BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8842BD; }

 p { color: rgb(136,66,189); }

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

<style>
 a { background-color: #8842BD; }

 a { background-color: rgb(136,66,189); }

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

<style>
 span { border-color: #8842BD; }

 span { border-color: rgb(136,66,189); }

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