Html Css Color HEX #865BAF Deep Lilac

📋 copy color: '#865BAF'

red 134 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #865BAF

Tints of Deep Lilac #865BAF

RGB

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

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

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

R = 33.5%
G = 22.75%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#865BAF (or 0x865BAF) is known color: Deep Lilac. HEX triplet: 86, 5B and AF. RGB value is (134,91,175). Sum of RGB (Red+Green+Blue) = 134+91+175=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #865BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BAF is #79A450. Grayscale: #717171. Windows color (decimal): -7971921 or 11492230. OLE color: 11492230.

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

Color convert

RGB 134 91 175 -
CMYK 0.23 0.48 0 0.31
HSL 270.71º 0.34% 0.52% -
HSV(B) 270.71º 0.48% 0.69% -
XYZ 21.31 15.65 42.45 -
YUV 113.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 134 91 175 0.23 0.48 0 0.31 270.71 0.34 0.52
Hex 86 5B AF 17 30 0 1F 10F 22 34
Octal 206 133 257 27 60 0 37 417 42 64
Binary 10000110 1011011 10101111 10111 110000 0 11111 100001111 100010 110100

Color Harmonies of #865BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BAF

Black with #865BAF

Text Example


Text Example

White with #865BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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