Html Css Color HEX #845DBA Lilac Bush

📋 copy color: '#845DBA'

red 132 ◦ green 93 ◦ blue 186

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

Shades of Lilac Bush #845DBA

Tints of Lilac Bush #845DBA

RGB

 RED value IS 132 (51.95% from 255) = 32.12%

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 32.12%
G = 22.63%
B = 45.26%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#845DBA (or 0x845DBA) is known color: Lilac Bush. HEX triplet: 84, 5D and BA. RGB value is (132,93,186). Sum of RGB (Red+Green+Blue) = 132+93+186=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #845DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DBA is #7BA245. Grayscale: #727272. Windows color (decimal): -8102470 or 12213636. OLE color: 12213636.

HSL color Cylindrical-coordinate representation of color #845DBA: hue angle of 265.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845DBA is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 93 186 -
CMYK 0.29 0.5 0 0.27
HSL 265.16º 0.4% 0.55% -
HSV(B) 265.16º 0.5% 0.73% -
XYZ 22.29 16.28 48.42 -
YUV 115.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 132 93 186 0.29 0.5 0 0.27 265.16 0.4 0.55
Hex 84 5D BA 1D 32 0 1B 109 28 37
Octal 204 135 272 35 62 0 33 411 50 67
Binary 10000100 1011101 10111010 11101 110010 0 11011 100001001 101000 110111

Color Harmonies of #845DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DBA

Black with #845DBA

Text Example


Text Example

White with #845DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845DBA; }

 p { color: rgb(132,93,186); }

 H1.HeaderClassName
 {
   color: #845DBA;
 }
 .AnyTagClassName
 {
   color: #845DBA;
 }
</style>

background-color css

<style>
 a { background-color: #845DBA; }

 a { background-color: rgb(132,93,186); }

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

border-color css

<style>
 span { border-color: #845DBA; }

 span { border-color: rgb(132,93,186); }

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