#8C4BC5

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

Shades of Deep Lilac #8C4BC5

Tints of Deep Lilac #8C4BC5

Color information

#8C4BC5 (or 0x8C4BC5) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4B and C5. RGB value is (140,75,197). Sum of RGB (Red+Green+Blue) = 140+75+197=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C4BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BC5 is #73B43A. Grayscale: #6B6B6B. Windows color (decimal): -7582779 or 12929932. OLE color: 12929932.

HSL color Cylindrical-coordinate representation of color #8C4BC5: hue angle of 271.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4BC5 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14075197-
CMYK0.290.6200.23
HSL271.97º51.26%53.33%-
HSV(B)271.97º61.93%77.25%-
XYZ23.4114.6454.42-
YUV108.34178.03150.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=33.98%
G=18.20%
B=47.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140751970.290.6200.23271.9751.2653.33
Hex8C4BC51D3E0171103335
Octal21411330535760274206365
Binary1000110010010111100010111101111110010111100010000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,197); }

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

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

 a { background-color: rgb(140,75,197); }

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

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

 span { border-color: rgb(140,75,197); }

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