#8B4BCF

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

Shades of Deep Lilac #8B4BCF

Tints of Deep Lilac #8B4BCF

Color information

#8B4BCF (or 0x8B4BCF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4B and CF. RGB value is (139,75,207). Sum of RGB (Red+Green+Blue) = 139+75+207=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B4BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BCF is #74B430. Grayscale: #6C6C6C. Windows color (decimal): -7648305 or 13585291. OLE color: 13585291.

HSL color Cylindrical-coordinate representation of color #8B4BCF: hue angle of 269.09º 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 #8B4BCF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13975207-
CMYK0.330.6400.19
HSL269.09º57.89%55.29%-
HSV(B)269.09º63.77%81.18%-
XYZ24.4315.0360.64-
YUV109.18183.2149.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=33.02%
G=17.81%
B=49.17%

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
Decimal139752070.330.6400.19269.0957.8955.29
Hex8B4BCF214001310d3a37
Octal213113317411000234157267
Binary100010111001011110011111000011000000010011100001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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