Html Css Color HEX #864FBD Deep Lilac

📋 copy color: '#864FBD'

red 134 ◦ green 79 ◦ blue 189

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

Shades of Deep Lilac #864FBD

Tints of Deep Lilac #864FBD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 33.33%
G = 19.65%
B = 47.01%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#864FBD (or 0x864FBD) is known color: Deep Lilac. HEX triplet: 86, 4F and BD. RGB value is (134,79,189). Sum of RGB (Red+Green+Blue) = 134+79+189=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #864FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FBD is #79B042. Grayscale: #6B6B6B. Windows color (decimal): -7974979 or 12406662. OLE color: 12406662.

HSL color Cylindrical-coordinate representation of color #864FBD: hue angle of 270º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #864FBD is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 79 189 -
CMYK 0.29 0.58 0 0.26
HSL 270º 0.45% 0.53% -
HSV(B) 270º 0.58% 0.74% -
XYZ 21.81 14.33 49.76 -
YUV 107.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 134 79 189 0.29 0.58 0 0.26 270 0.45 0.53
Hex 86 4F BD 1D 3A 0 1A 10E 2D 35
Octal 206 117 275 35 72 0 32 416 55 65
Binary 10000110 1001111 10111101 11101 111010 0 11010 100001110 101101 110101

Color Harmonies of #864FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FBD

Black with #864FBD

Text Example


Text Example

White with #864FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,79,189); }

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

background-color css

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

 a { background-color: rgb(134,79,189); }

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

border-color css

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

 span { border-color: rgb(134,79,189); }

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