#8C5FBA

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

Shades of Deep Lilac #8C5FBA

Tints of Deep Lilac #8C5FBA

Color information

#8C5FBA (or 0x8C5FBA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 5F and BA. RGB value is (140,95,186). Sum of RGB (Red+Green+Blue) = 140+95+186=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FBA is #73A045. Grayscale: #767676. Windows color (decimal): -7577670 or 12214156. OLE color: 12214156.

HSL color Cylindrical-coordinate representation of color #8C5FBA: hue angle of 269.67º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5FBA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14095186-
CMYK0.250.4900.27
HSL269.67º39.74%55.1%-
HSV(B)269.67º48.92%72.94%-
XYZ23.7717.3148.54-
YUV118.83165.91143.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=33.25%
G=22.57%
B=44.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140951860.250.4900.27269.6739.7455.1
Hex8C5FBA193101B10e2837
Octal21413727231610334165067
Binary1000110010111111011101011001110001011011100001110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,95,186); }

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

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

 a { background-color: rgb(140,95,186); }

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

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

 span { border-color: rgb(140,95,186); }

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