#864ACA

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

Shades of Deep Lilac #864ACA

Tints of Deep Lilac #864ACA

Color information

#864ACA (or 0x864ACA) is unknown color: approx Deep Lilac. HEX triplet: 86, 4A and CA. RGB value is (134,74,202). Sum of RGB (Red+Green+Blue) = 134+74+202=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #864ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ACA is #79B535. Grayscale: #6A6A6A. Windows color (decimal): -7976246 or 13257350. OLE color: 13257350.

HSL color Cylindrical-coordinate representation of color #864ACA: hue angle of 268.12º 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 #864ACA is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13474202-
CMYK0.340.6300.21
HSL268.12º54.7%54.12%-
HSV(B)268.12º63.37%79.22%-
XYZ22.9414.2357.41-
YUV106.53181.88147.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=32.68%
G=18.05%
B=49.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134742020.340.6300.21268.1254.754.12
Hex864ACA223F01510c3736
Octal20611231242770254146766
Binary10000110100101011001010100010111111010101100001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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