Html Css Color HEX #864CBF Deep Lilac

📋 copy color: '#864CBF'

red 134 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #864CBF

Tints of Deep Lilac #864CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 33.42%
G = 18.95%
B = 47.63%

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

#864CBF (or 0x864CBF) is known color: Deep Lilac. HEX triplet: 86, 4C and BF. RGB value is (134,76,191). Sum of RGB (Red+Green+Blue) = 134+76+191=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #864CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CBF is #79B340. Grayscale: #6A6A6A. Windows color (decimal): -7975745 or 12536966. OLE color: 12536966.

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

Color convert

RGB 134 76 191 -
CMYK 0.30 0.60 0 0.25
HSL 270.26º 0.47% 0.52% -
HSV(B) 270.26º 0.6% 0.75% -
XYZ 21.82 14 50.84 -
YUV 106.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 134 76 191 0.30 0.60 0 0.25 270.26 0.47 0.52
Hex 86 4C BF 1E 3C 0 19 10E 2F 34
Octal 206 114 277 36 74 0 31 416 57 64
Binary 10000110 1001100 10111111 11110 111100 0 11001 100001110 101111 110100

Color Harmonies of #864CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CBF

Black with #864CBF

Text Example


Text Example

White with #864CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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