Html Css Color HEX #864BAF Deep Lilac

📋 copy color: '#864BAF'

red 134 ◦ green 75 ◦ blue 175

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

Shades of Deep Lilac #864BAF

Tints of Deep Lilac #864BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 34.9%
G = 19.53%
B = 45.57%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#864BAF (or 0x864BAF) is known color: Deep Lilac. HEX triplet: 86, 4B and AF. RGB value is (134,75,175). Sum of RGB (Red+Green+Blue) = 134+75+175=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #864BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BAF is #79B450. Grayscale: #676767. Windows color (decimal): -7976017 or 11488134. OLE color: 11488134.

HSL color Cylindrical-coordinate representation of color #864BAF: hue angle of 275.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864BAF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 75 175 -
CMYK 0.23 0.57 0 0.31
HSL 275.4º 0.4% 0.49% -
HSV(B) 275.4º 0.57% 0.69% -
XYZ 20.09 13.2 42.05 -
YUV 104.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 134 75 175 0.23 0.57 0 0.31 275.4 0.4 0.49
Hex 86 4B AF 17 39 0 1F 113 28 31
Octal 206 113 257 27 71 0 37 423 50 61
Binary 10000110 1001011 10101111 10111 111001 0 11111 100010011 101000 110001

Color Harmonies of #864BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864BAF

Black with #864BAF

Text Example


Text Example

White with #864BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,75,175); }

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

background-color css

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

 a { background-color: rgb(134,75,175); }

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

border-color css

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

 span { border-color: rgb(134,75,175); }

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