Html Css Color HEX #865BAE Deep Lilac

📋 copy color: '#865BAE'

red 134 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #865BAE

Tints of Deep Lilac #865BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.81%

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 33.58%
G = 22.81%
B = 43.61%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#865BAE (or 0x865BAE) is known color: Deep Lilac. HEX triplet: 86, 5B and AE. RGB value is (134,91,174). Sum of RGB (Red+Green+Blue) = 134+91+174=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #865BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BAE is #79A451. Grayscale: #717171. Windows color (decimal): -7971922 or 11426694. OLE color: 11426694.

HSL color Cylindrical-coordinate representation of color #865BAE: hue angle of 271.08º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #865BAE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 91 174 -
CMYK 0.23 0.48 0 0.32
HSL 271.08º 0.34% 0.52% -
HSV(B) 271.08º 0.48% 0.68% -
XYZ 21.21 15.61 41.94 -
YUV 113.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 134 91 174 0.23 0.48 0 0.32 271.08 0.34 0.52
Hex 86 5B AE 17 30 0 20 10F 22 34
Octal 206 133 256 27 60 0 40 417 42 64
Binary 10000110 1011011 10101110 10111 110000 0 100000 100001111 100010 110100

Color Harmonies of #865BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BAE

Black with #865BAE

Text Example


Text Example

White with #865BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865BAE; }

 p { color: rgb(134,91,174); }

 H1.HeaderClassName
 {
   color: #865BAE;
 }
 .AnyTagClassName
 {
   color: #865BAE;
 }
</style>

background-color css

<style>
 a { background-color: #865BAE; }

 a { background-color: rgb(134,91,174); }

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

border-color css

<style>
 span { border-color: #865BAE; }

 span { border-color: rgb(134,91,174); }

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