Html Css Color HEX #864AAE Deep Lilac

📋 copy color: '#864AAE'

red 134 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #864AAE

Tints of Deep Lilac #864AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.37%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 35.08%
G = 19.37%
B = 45.55%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#864AAE (or 0x864AAE) is known color: Deep Lilac. HEX triplet: 86, 4A and AE. RGB value is (134,74,174). Sum of RGB (Red+Green+Blue) = 134+74+174=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #864AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864AAE is #79B551. Grayscale: #666666. Windows color (decimal): -7976274 or 11422342. OLE color: 11422342.

HSL color Cylindrical-coordinate representation of color #864AAE: hue angle of 276º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864AAE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 74 174 -
CMYK 0.23 0.57 0 0.32
HSL 276º 0.4% 0.49% -
HSV(B) 276º 0.57% 0.68% -
XYZ 19.92 13.02 41.51 -
YUV 103.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 134 74 174 0.23 0.57 0 0.32 276 0.4 0.49
Hex 86 4A AE 17 39 0 20 114 28 31
Octal 206 112 256 27 71 0 40 424 50 61
Binary 10000110 1001010 10101110 10111 111001 0 100000 100010100 101000 110001

Color Harmonies of #864AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AAE

Black with #864AAE

Text Example


Text Example

White with #864AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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