#8F52BB

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

Shades of Deep Lilac #8F52BB

Tints of Deep Lilac #8F52BB

Color information

#8F52BB (or 0x8F52BB) is unknown color: approx Deep Lilac. HEX triplet: 8F, 52 and BB. RGB value is (143,82,187). Sum of RGB (Red+Green+Blue) = 143+82+187=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F52BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52BB is #70AD44. Grayscale: #6F6F6F. Windows color (decimal): -7384389 or 12276367. OLE color: 12276367.

HSL color Cylindrical-coordinate representation of color #8F52BB: hue angle of 274.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F52BB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14382187-
CMYK0.240.5600.27
HSL274.86º43.57%52.75%-
HSV(B)274.86º56.15%73.33%-
XYZ23.3115.4648.77-
YUV112.21170.21149.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=34.71%
G=19.90%
B=45.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143821870.240.5600.27274.8643.5752.75
Hex8F52BB183801B1132c35
Octal21712227330700334235465
Binary1000111110100101011101111000111000011011100010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,187); }

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

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

 a { background-color: rgb(143,82,187); }

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

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

 span { border-color: rgb(143,82,187); }

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