#874ACA

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

Shades of Deep Lilac #874ACA

Tints of Deep Lilac #874ACA

Color information

#874ACA (or 0x874ACA) is unknown color: approx Deep Lilac. HEX triplet: 87, 4A and CA. RGB value is (135,74,202). Sum of RGB (Red+Green+Blue) = 135+74+202=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #874ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ACA is #78B535. Grayscale: #6A6A6A. Windows color (decimal): -7910710 or 13257351. OLE color: 13257351.

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

Color convert

RGB13574202-
CMYK0.330.6300.21
HSL268.59º54.7%54.12%-
HSV(B)268.59º63.37%79.22%-
XYZ23.114.3157.42-
YUV106.83181.71148.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=32.85%
G=18.00%
B=49.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135742020.330.6300.21268.5954.754.12
Hex874ACA213F01510d3736
Octal20711231241770254156766
Binary10000111100101011001010100001111111010101100001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874ACA; }

 p { color: rgb(135,74,202); }

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

<style>
 a { background-color: #874ACA; }

 a { background-color: rgb(135,74,202); }

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

<style>
 span { border-color: #874ACA; }

 span { border-color: rgb(135,74,202); }

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