Html Css Color HEX #865AAF Deep Lilac

📋 copy color: '#865AAF'

red 134 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #865AAF

Tints of Deep Lilac #865AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 33.58%
G = 22.56%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#865AAF (or 0x865AAF) is known color: Deep Lilac. HEX triplet: 86, 5A and AF. RGB value is (134,90,175). Sum of RGB (Red+Green+Blue) = 134+90+175=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #865AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AAF is #79A550. Grayscale: #707070. Windows color (decimal): -7972177 or 11491974. OLE color: 11491974.

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

Color convert

RGB 134 90 175 -
CMYK 0.23 0.49 0 0.31
HSL 271.06º 0.35% 0.52% -
HSV(B) 271.06º 0.49% 0.69% -
XYZ 21.23 15.48 42.43 -
YUV 112.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 134 90 175 0.23 0.49 0 0.31 271.06 0.35 0.52
Hex 86 5A AF 17 31 0 1F 10F 23 34
Octal 206 132 257 27 61 0 37 417 43 64
Binary 10000110 1011010 10101111 10111 110001 0 11111 100001111 100011 110100

Color Harmonies of #865AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AAF

Black with #865AAF

Text Example


Text Example

White with #865AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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