Html Css Color HEX #865DBC Lilac Bush

📋 copy color: '#865DBC'

red 134 ◦ green 93 ◦ blue 188

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

Shades of Lilac Bush #865DBC

Tints of Lilac Bush #865DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 32.29%
G = 22.41%
B = 45.3%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#865DBC (or 0x865DBC) is known color: Lilac Bush. HEX triplet: 86, 5D and BC. RGB value is (134,93,188). Sum of RGB (Red+Green+Blue) = 134+93+188=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #865DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DBC is #79A243. Grayscale: #737373. Windows color (decimal): -7971396 or 12344710. OLE color: 12344710.

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

Color convert

RGB 134 93 188 -
CMYK 0.29 0.51 0 0.26
HSL 265.89º 0.41% 0.55% -
HSV(B) 265.89º 0.51% 0.74% -
XYZ 22.82 16.53 49.56 -
YUV 116.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 134 93 188 0.29 0.51 0 0.26 265.89 0.41 0.55
Hex 86 5D BC 1D 33 0 1A 10A 29 37
Octal 206 135 274 35 63 0 32 412 51 67
Binary 10000110 1011101 10111100 11101 110011 0 11010 100001010 101001 110111

Color Harmonies of #865DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DBC

Black with #865DBC

Text Example


Text Example

White with #865DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,188); }

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

background-color css

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

 a { background-color: rgb(134,93,188); }

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

border-color css

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

 span { border-color: rgb(134,93,188); }

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