Html Css Color HEX #864CB0 Deep Lilac

📋 copy color: '#864CB0'

red 134 ◦ green 76 ◦ blue 176

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

Shades of Deep Lilac #864CB0

Tints of Deep Lilac #864CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

 BLUE value IS 176 (69.14% from 255) = 45.6%

R = 34.72%
G = 19.69%
B = 45.6%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#864CB0 (or 0x864CB0) is known color: Deep Lilac. HEX triplet: 86, 4C and B0. RGB value is (134,76,176). Sum of RGB (Red+Green+Blue) = 134+76+176=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #864CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864CB0 is #79B34F. Grayscale: #686868. Windows color (decimal): -7975760 or 11553926. OLE color: 11553926.

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

Color convert

RGB 134 76 176 -
CMYK 0.24 0.57 0 0.31
HSL 274.8º 0.4% 0.49% -
HSV(B) 274.8º 0.57% 0.69% -
XYZ 20.25 13.37 42.59 -
YUV 104.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 134 76 176 0.24 0.57 0 0.31 274.8 0.4 0.49
Hex 86 4C B0 18 39 0 1F 113 28 31
Octal 206 114 260 30 71 0 37 423 50 61
Binary 10000110 1001100 10110000 11000 111001 0 11111 100010011 101000 110001

Color Harmonies of #864CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CB0

Black with #864CB0

Text Example


Text Example

White with #864CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,176); }

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

background-color css

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

 a { background-color: rgb(134,76,176); }

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

border-color css

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

 span { border-color: rgb(134,76,176); }

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