Html Css Color HEX #864ABA Deep Lilac

📋 copy color: '#864ABA'

red 134 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #864ABA

Tints of Deep Lilac #864ABA

RGB

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

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

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

R = 34.01%
G = 18.78%
B = 47.21%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#864ABA (or 0x864ABA) is known color: Deep Lilac. HEX triplet: 86, 4A and BA. RGB value is (134,74,186). Sum of RGB (Red+Green+Blue) = 134+74+186=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #864ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ABA is #79B545. Grayscale: #686868. Windows color (decimal): -7976262 or 12208774. OLE color: 12208774.

HSL color Cylindrical-coordinate representation of color #864ABA: hue angle of 272.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864ABA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 74 186 -
CMYK 0.28 0.60 0 0.27
HSL 272.14º 0.45% 0.51% -
HSV(B) 272.14º 0.6% 0.73% -
XYZ 21.14 13.51 47.95 -
YUV 104.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 134 74 186 0.28 0.60 0 0.27 272.14 0.45 0.51
Hex 86 4A BA 1C 3C 0 1B 110 2D 33
Octal 206 112 272 34 74 0 33 420 55 63
Binary 10000110 1001010 10111010 11100 111100 0 11011 100010000 101101 110011

Color Harmonies of #864ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ABA

Black with #864ABA

Text Example


Text Example

White with #864ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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