Html Css Color HEX #864EC9 Deep Lilac

📋 copy color: '#864EC9'

red 134 ◦ green 78 ◦ blue 201

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

Shades of Deep Lilac #864EC9

Tints of Deep Lilac #864EC9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.89%

 BLUE value IS 201 (78.91% from 255) = 48.67%

R = 32.45%
G = 18.89%
B = 48.67%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#864EC9 (or 0x864EC9) is known color: Deep Lilac. HEX triplet: 86, 4E and C9. RGB value is (134,78,201). Sum of RGB (Red+Green+Blue) = 134+78+201=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #864EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EC9 is #79B136. Grayscale: #6C6C6C. Windows color (decimal): -7975223 or 13192838. OLE color: 13192838.

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

Color convert

RGB 134 78 201 -
CMYK 0.33 0.61 0 0.21
HSL 267.32º 0.53% 0.55% -
HSV(B) 267.32º 0.61% 0.79% -
XYZ 23.1 14.73 56.88 -
YUV 108.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 134 78 201 0.33 0.61 0 0.21 267.32 0.53 0.55
Hex 86 4E C9 21 3D 0 15 10B 35 37
Octal 206 116 311 41 75 0 25 413 65 67
Binary 10000110 1001110 11001001 100001 111101 0 10101 100001011 110101 110111

Color Harmonies of #864EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EC9

Black with #864EC9

Text Example


Text Example

White with #864EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,78,201); }

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

background-color css

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

 a { background-color: rgb(134,78,201); }

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

border-color css

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

 span { border-color: rgb(134,78,201); }

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