Html Css Color HEX #864CB7 Deep Lilac

📋 copy color: '#864CB7'

red 134 ◦ green 76 ◦ blue 183

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

Shades of Deep Lilac #864CB7

Tints of Deep Lilac #864CB7

RGB

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

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

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

R = 34.1%
G = 19.34%
B = 46.56%

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

#864CB7 (or 0x864CB7) is known color: Deep Lilac. HEX triplet: 86, 4C and B7. RGB value is (134,76,183). Sum of RGB (Red+Green+Blue) = 134+76+183=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #864CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CB7 is #79B348. Grayscale: #696969. Windows color (decimal): -7975753 or 12012678. OLE color: 12012678.

HSL color Cylindrical-coordinate representation of color #864CB7: hue angle of 272.52º degrees, saturation: 0.43, 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 #864CB7 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 76 183 -
CMYK 0.27 0.58 0 0.28
HSL 272.52º 0.43% 0.51% -
HSV(B) 272.52º 0.58% 0.72% -
XYZ 20.96 13.66 46.33 -
YUV 105.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 134 76 183 0.27 0.58 0 0.28 272.52 0.43 0.51
Hex 86 4C B7 1B 3A 0 1C 111 2B 33
Octal 206 114 267 33 72 0 34 421 53 63
Binary 10000110 1001100 10110111 11011 111010 0 11100 100010001 101011 110011

Color Harmonies of #864CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CB7

Black with #864CB7

Text Example


Text Example

White with #864CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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