#8B4ACF

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

Shades of Deep Lilac #8B4ACF

Tints of Deep Lilac #8B4ACF

Color information

#8B4ACF (or 0x8B4ACF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4A and CF. RGB value is (139,74,207). Sum of RGB (Red+Green+Blue) = 139+74+207=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ACF is #74B530. Grayscale: #6C6C6C. Windows color (decimal): -7648561 or 13585035. OLE color: 13585035.

HSL color Cylindrical-coordinate representation of color #8B4ACF: hue angle of 269.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B4ACF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13974207-
CMYK0.330.6400.19
HSL269.32º58.08%55.1%-
HSV(B)269.32º64.25%81.18%-
XYZ24.3614.8960.62-
YUV108.6183.53149.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=33.10%
G=17.62%
B=49.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139742070.330.6400.19269.3258.0855.1
Hex8B4ACF214001310d3a37
Octal213112317411000234157267
Binary100010111001010110011111000011000000010011100001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4ACF; }

 p { color: rgb(139,74,207); }

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

<style>
 a { background-color: #8B4ACF; }

 a { background-color: rgb(139,74,207); }

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

<style>
 span { border-color: #8B4ACF; }

 span { border-color: rgb(139,74,207); }

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