Html Css Color HEX #865ABB Deep Lilac

📋 copy color: '#865ABB'

red 134 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #865ABB

Tints of Deep Lilac #865ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 32.6%
G = 21.9%
B = 45.5%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#865ABB (or 0x865ABB) is known color: Deep Lilac. HEX triplet: 86, 5A and BB. RGB value is (134,90,187). Sum of RGB (Red+Green+Blue) = 134+90+187=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #865ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ABB is #79A544. Grayscale: #717171. Windows color (decimal): -7972165 or 12278406. OLE color: 12278406.

HSL color Cylindrical-coordinate representation of color #865ABB: hue angle of 267.22º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865ABB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 90 187 -
CMYK 0.28 0.52 0 0.27
HSL 267.22º 0.42% 0.54% -
HSV(B) 267.22º 0.52% 0.73% -
XYZ 22.46 15.97 48.91 -
YUV 114.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 134 90 187 0.28 0.52 0 0.27 267.22 0.42 0.54
Hex 86 5A BB 1C 34 0 1B 10B 2A 36
Octal 206 132 273 34 64 0 33 413 52 66
Binary 10000110 1011010 10111011 11100 110100 0 11011 100001011 101010 110110

Color Harmonies of #865ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ABB

Black with #865ABB

Text Example


Text Example

White with #865ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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