Html Css Color HEX #865EB3 Deep Lilac

📋 copy color: '#865EB3'

red 134 ◦ green 94 ◦ blue 179

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

Shades of Deep Lilac #865EB3

Tints of Deep Lilac #865EB3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

 BLUE value IS 179 (70.31% from 255) = 43.98%

R = 32.92%
G = 23.1%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#865EB3 (or 0x865EB3) is known color: Deep Lilac. HEX triplet: 86, 5E and B3. RGB value is (134,94,179). Sum of RGB (Red+Green+Blue) = 134+94+179=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #865EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EB3 is #79A14C. Grayscale: #737373. Windows color (decimal): -7971149 or 11755142. OLE color: 11755142.

HSL color Cylindrical-coordinate representation of color #865EB3: hue angle of 268.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865EB3 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 94 179 -
CMYK 0.25 0.47 0 0.30
HSL 268.24º 0.36% 0.54% -
HSV(B) 268.24º 0.47% 0.7% -
XYZ 21.97 16.33 44.64 -
YUV 115.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 134 94 179 0.25 0.47 0 0.30 268.24 0.36 0.54
Hex 86 5E B3 19 2F 0 1E 10C 24 36
Octal 206 136 263 31 57 0 36 414 44 66
Binary 10000110 1011110 10110011 11001 101111 0 11110 100001100 100100 110110

Color Harmonies of #865EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EB3

Black with #865EB3

Text Example


Text Example

White with #865EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,179); }

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

background-color css

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

 a { background-color: rgb(134,94,179); }

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

border-color css

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

 span { border-color: rgb(134,94,179); }

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