Html Css Color HEX #864CC0 Deep Lilac

📋 copy color: '#864CC0'

red 134 ◦ green 76 ◦ blue 192

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

Shades of Deep Lilac #864CC0

Tints of Deep Lilac #864CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 33.33%
G = 18.91%
B = 47.76%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#864CC0 (or 0x864CC0) is known color: Deep Lilac. HEX triplet: 86, 4C and C0. RGB value is (134,76,192). Sum of RGB (Red+Green+Blue) = 134+76+192=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #864CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CC0 is #79B33F. Grayscale: #6A6A6A. Windows color (decimal): -7975744 or 12602502. OLE color: 12602502.

HSL color Cylindrical-coordinate representation of color #864CC0: hue angle of 270º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864CC0 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 76 192 -
CMYK 0.30 0.60 0 0.25
HSL 270º 0.48% 0.53% -
HSV(B) 270º 0.6% 0.75% -
XYZ 21.93 14.04 51.42 -
YUV 106.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 134 76 192 0.30 0.60 0 0.25 270 0.48 0.53
Hex 86 4C C0 1E 3C 0 19 10E 30 35
Octal 206 114 300 36 74 0 31 416 60 65
Binary 10000110 1001100 11000000 11110 111100 0 11001 100001110 110000 110101

Color Harmonies of #864CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CC0

Black with #864CC0

Text Example


Text Example

White with #864CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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