Html Css Color HEX #865AB6 Deep Lilac

📋 copy color: '#865AB6'

red 134 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #865AB6

Tints of Deep Lilac #865AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 33%
G = 22.17%
B = 44.83%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#865AB6 (or 0x865AB6) is known color: Deep Lilac. HEX triplet: 86, 5A and B6. RGB value is (134,90,182). Sum of RGB (Red+Green+Blue) = 134+90+182=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #865AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AB6 is #79A549. Grayscale: #717171. Windows color (decimal): -7972170 or 11950726. OLE color: 11950726.

HSL color Cylindrical-coordinate representation of color #865AB6: hue angle of 268.7º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865AB6 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 90 182 -
CMYK 0.26 0.51 0 0.29
HSL 268.7º 0.39% 0.53% -
HSV(B) 268.7º 0.51% 0.71% -
XYZ 21.93 15.76 46.14 -
YUV 113.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 134 90 182 0.26 0.51 0 0.29 268.7 0.39 0.53
Hex 86 5A B6 1A 33 0 1D 10D 27 35
Octal 206 132 266 32 63 0 35 415 47 65
Binary 10000110 1011010 10110110 11010 110011 0 11101 100001101 100111 110101

Color Harmonies of #865AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AB6

Black with #865AB6

Text Example


Text Example

White with #865AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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