#8B4FCA

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

Shades of Deep Lilac #8B4FCA

Tints of Deep Lilac #8B4FCA

Color information

#8B4FCA (or 0x8B4FCA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4F and CA. RGB value is (139,79,202). Sum of RGB (Red+Green+Blue) = 139+79+202=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4FCA is #74B035. Grayscale: #6E6E6E. Windows color (decimal): -7647286 or 13258635. OLE color: 13258635.

HSL color Cylindrical-coordinate representation of color #8B4FCA: hue angle of 269.27º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4FCA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13979202-
CMYK0.310.6100.21
HSL269.27º53.71%55.1%-
HSV(B)269.27º60.89%79.22%-
XYZ24.115.3557.57-
YUV110.96179.38148-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=33.10%
G=18.81%
B=48.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139792020.310.6100.21269.2753.7155.1
Hex8B4FCA1F3D01510d3637
Octal21311731237750254156667
Binary1000101110011111100101011111111101010101100001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,202); }

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

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

 a { background-color: rgb(139,79,202); }

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

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

 span { border-color: rgb(139,79,202); }

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