Html Css Color HEX #845EBB Lilac Bush

📋 copy color: '#845EBB'

red 132 ◦ green 94 ◦ blue 187

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

Shades of Lilac Bush #845EBB

Tints of Lilac Bush #845EBB

RGB

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

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

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

R = 31.96%
G = 22.76%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#845EBB (or 0x845EBB) is known color: Lilac Bush. HEX triplet: 84, 5E and BB. RGB value is (132,94,187). Sum of RGB (Red+Green+Blue) = 132+94+187=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #845EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EBB is #7BA144. Grayscale: #737373. Windows color (decimal): -8102213 or 12279428. OLE color: 12279428.

HSL color Cylindrical-coordinate representation of color #845EBB: hue angle of 264.52º degrees, saturation: 0.41, 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 #845EBB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 94 187 -
CMYK 0.29 0.50 0 0.27
HSL 264.52º 0.41% 0.55% -
HSV(B) 264.52º 0.5% 0.73% -
XYZ 22.49 16.5 49.01 -
YUV 115.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 132 94 187 0.29 0.50 0 0.27 264.52 0.41 0.55
Hex 84 5E BB 1D 32 0 1B 109 29 37
Octal 204 136 273 35 62 0 33 411 51 67
Binary 10000100 1011110 10111011 11101 110010 0 11011 100001001 101001 110111

Color Harmonies of #845EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EBB

Black with #845EBB

Text Example


Text Example

White with #845EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,94,187); }

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

background-color css

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

 a { background-color: rgb(132,94,187); }

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

border-color css

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

 span { border-color: rgb(132,94,187); }

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