Html Css Color HEX #864EBA Deep Lilac

📋 copy color: '#864EBA'

red 134 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #864EBA

Tints of Deep Lilac #864EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 33.67%
G = 19.6%
B = 46.73%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#864EBA (or 0x864EBA) is known color: Deep Lilac. HEX triplet: 86, 4E and BA. RGB value is (134,78,186). Sum of RGB (Red+Green+Blue) = 134+78+186=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #864EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EBA is #79B145. Grayscale: #6A6A6A. Windows color (decimal): -7975238 or 12209798. OLE color: 12209798.

HSL color Cylindrical-coordinate representation of color #864EBA: hue angle of 271.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #864EBA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 78 186 -
CMYK 0.28 0.58 0 0.27
HSL 271.11º 0.44% 0.52% -
HSV(B) 271.11º 0.58% 0.73% -
XYZ 21.42 14.06 48.04 -
YUV 107.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 134 78 186 0.28 0.58 0 0.27 271.11 0.44 0.52
Hex 86 4E BA 1C 3A 0 1B 10F 2C 34
Octal 206 116 272 34 72 0 33 417 54 64
Binary 10000110 1001110 10111010 11100 111010 0 11011 100001111 101100 110100

Color Harmonies of #864EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EBA

Black with #864EBA

Text Example


Text Example

White with #864EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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