Html Css Color HEX #864DB7 Deep Lilac

📋 copy color: '#864DB7'

red 134 ◦ green 77 ◦ blue 183

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

Shades of Deep Lilac #864DB7

Tints of Deep Lilac #864DB7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.54%

 BLUE value IS 183 (71.88% from 255) = 46.45%

R = 34.01%
G = 19.54%
B = 46.45%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#864DB7 (or 0x864DB7) is known color: Deep Lilac. HEX triplet: 86, 4D and B7. RGB value is (134,77,183). Sum of RGB (Red+Green+Blue) = 134+77+183=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #864DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DB7 is #79B248. Grayscale: #696969. Windows color (decimal): -7975497 or 12012934. OLE color: 12012934.

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

Color convert

RGB 134 77 183 -
CMYK 0.27 0.58 0 0.28
HSL 272.26º 0.42% 0.51% -
HSV(B) 272.26º 0.58% 0.72% -
XYZ 21.03 13.79 46.35 -
YUV 106.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 134 77 183 0.27 0.58 0 0.28 272.26 0.42 0.51
Hex 86 4D B7 1B 3A 0 1C 110 2A 33
Octal 206 115 267 33 72 0 34 420 52 63
Binary 10000110 1001101 10110111 11011 111010 0 11100 100010000 101010 110011

Color Harmonies of #864DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DB7

Black with #864DB7

Text Example


Text Example

White with #864DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,77,183); }

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

background-color css

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

 a { background-color: rgb(134,77,183); }

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

border-color css

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

 span { border-color: rgb(134,77,183); }

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