#8F5CBA

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

Shades of Deep Lilac #8F5CBA

Tints of Deep Lilac #8F5CBA

Color information

#8F5CBA (or 0x8F5CBA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5C and BA. RGB value is (143,92,186). Sum of RGB (Red+Green+Blue) = 143+92+186=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 92 (36.33% from 255 or 21.85% 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 #8F5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CBA is #70A345. Grayscale: #757575. Windows color (decimal): -7381830 or 12213391. OLE color: 12213391.

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

Color convert

RGB14392186-
CMYK0.230.5100.27
HSL272.55º40.52%54.51%-
HSV(B)272.55º50.54%72.94%-
XYZ24.0217.0448.48-
YUV117.96166.4145.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=33.97%
G=21.85%
B=44.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143921860.230.5100.27272.5540.5254.51
Hex8F5CBA173301B1112937
Octal21713427227630334215167
Binary1000111110111001011101010111110011011011100010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,92,186); }

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

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

 a { background-color: rgb(143,92,186); }

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

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

 span { border-color: rgb(143,92,186); }

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