Html Css Color HEX #864DC2 Deep Lilac

📋 copy color: '#864DC2'

red 134 ◦ green 77 ◦ blue 194

#864DC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #864DC2

Tints of Deep Lilac #864DC2

RGB

 RED value IS 134 (52.73% from 255) = 33.09%

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 33.09%
G = 19.01%
B = 47.9%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#864DC2 (or 0x864DC2) is known color: Deep Lilac. HEX triplet: 86, 4D and C2. RGB value is (134,77,194). Sum of RGB (Red+Green+Blue) = 134+77+194=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #864DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DC2 is #79B23D. Grayscale: #6A6A6A. Windows color (decimal): -7975486 or 12733830. OLE color: 12733830.

HSL color Cylindrical-coordinate representation of color #864DC2: hue angle of 269.23º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864DC2 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 77 194 -
CMYK 0.31 0.60 0 0.24
HSL 269.23º 0.49% 0.53% -
HSV(B) 269.23º 0.6% 0.76% -
XYZ 22.22 14.27 52.62 -
YUV 107.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 134 77 194 0.31 0.60 0 0.24 269.23 0.49 0.53
Hex 86 4D C2 1F 3C 0 18 10D 31 35
Octal 206 115 302 37 74 0 30 415 61 65
Binary 10000110 1001101 11000010 11111 111100 0 11000 100001101 110001 110101

Color Harmonies of #864DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DC2

Black with #864DC2

Text Example


Text Example

White with #864DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #864DC2;
 }
 .AnyTagClassName
 {
   color: #864DC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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