#864DCA

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

Shades of Deep Lilac #864DCA

Tints of Deep Lilac #864DCA

Color information

#864DCA (or 0x864DCA) is unknown color: approx Deep Lilac. HEX triplet: 86, 4D and CA. RGB value is (134,77,202). Sum of RGB (Red+Green+Blue) = 134+77+202=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #864DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DCA is #79B235. Grayscale: #6B6B6B. Windows color (decimal): -7975478 or 13258118. OLE color: 13258118.

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

Color convert

RGB13477202-
CMYK0.340.6200.21
HSL267.36º54.11%54.71%-
HSV(B)267.36º61.88%79.22%-
XYZ23.1514.6457.48-
YUV108.29180.88146.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=32.45%
G=18.64%
B=48.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134772020.340.6200.21267.3654.1154.71
Hex864DCA223E01510b3637
Octal20611531242760254136667
Binary10000110100110111001010100010111110010101100001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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