#8F49CA

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

Shades of Deep Lilac #8F49CA

Tints of Deep Lilac #8F49CA

Color information

#8F49CA (or 0x8F49CA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 49 and CA. RGB value is (143,73,202). Sum of RGB (Red+Green+Blue) = 143+73+202=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49CA is #70B635. Grayscale: #6C6C6C. Windows color (decimal): -7386678 or 13257103. OLE color: 13257103.

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

Color convert

RGB14373202-
CMYK0.290.6400.21
HSL272.56º54.89%53.92%-
HSV(B)272.56º63.86%79.22%-
XYZ24.3714.8757.46-
YUV108.64180.69152.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=34.21%
G=17.46%
B=48.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143732020.290.6400.21272.5654.8953.92
Hex8F49CA1D400151113736
Octal217111312351000254216766
Binary10001111100100111001010111011000000010101100010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,73,202); }

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

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

 a { background-color: rgb(143,73,202); }

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

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

 span { border-color: rgb(143,73,202); }

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