Html Css Color HEX #865ABD Lilac Bush

📋 copy color: '#865ABD'

red 134 ◦ green 90 ◦ blue 189

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

Shades of Lilac Bush #865ABD

Tints of Lilac Bush #865ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 32.45%
G = 21.79%
B = 45.76%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#865ABD (or 0x865ABD) is known color: Lilac Bush. HEX triplet: 86, 5A and BD. RGB value is (134,90,189). Sum of RGB (Red+Green+Blue) = 134+90+189=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #865ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ABD is #79A542. Grayscale: #727272. Windows color (decimal): -7972163 or 12409478. OLE color: 12409478.

HSL color Cylindrical-coordinate representation of color #865ABD: hue angle of 266.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865ABD is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 90 189 -
CMYK 0.29 0.52 0 0.26
HSL 266.67º 0.43% 0.55% -
HSV(B) 266.67º 0.52% 0.74% -
XYZ 22.67 16.05 50.05 -
YUV 114.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 134 90 189 0.29 0.52 0 0.26 266.67 0.43 0.55
Hex 86 5A BD 1D 34 0 1A 10B 2B 37
Octal 206 132 275 35 64 0 32 413 53 67
Binary 10000110 1011010 10111101 11101 110100 0 11010 100001011 101011 110111

Color Harmonies of #865ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ABD

Black with #865ABD

Text Example


Text Example

White with #865ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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