Html Css Color HEX #864CBA Deep Lilac

📋 copy color: '#864CBA'

red 134 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #864CBA

Tints of Deep Lilac #864CBA

RGB

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

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

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

R = 33.84%
G = 19.19%
B = 46.97%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#864CBA (or 0x864CBA) is known color: Deep Lilac. HEX triplet: 86, 4C and BA. RGB value is (134,76,186). Sum of RGB (Red+Green+Blue) = 134+76+186=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #864CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CBA is #79B345. Grayscale: #696969. Windows color (decimal): -7975750 or 12209286. OLE color: 12209286.

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

Color convert

RGB 134 76 186 -
CMYK 0.28 0.59 0 0.27
HSL 271.64º 0.44% 0.51% -
HSV(B) 271.64º 0.59% 0.73% -
XYZ 21.28 13.78 47.99 -
YUV 105.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 134 76 186 0.28 0.59 0 0.27 271.64 0.44 0.51
Hex 86 4C BA 1C 3B 0 1B 110 2C 33
Octal 206 114 272 34 73 0 33 420 54 63
Binary 10000110 1001100 10111010 11100 111011 0 11011 100010000 101100 110011

Color Harmonies of #864CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CBA

Black with #864CBA

Text Example


Text Example

White with #864CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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