Html Css Color HEX #845DBB Lilac Bush

📋 copy color: '#845DBB'

red 132 ◦ green 93 ◦ blue 187

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

Shades of Lilac Bush #845DBB

Tints of Lilac Bush #845DBB

RGB

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

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

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

R = 32.04%
G = 22.57%
B = 45.39%

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

#845DBB (or 0x845DBB) is known color: Lilac Bush. HEX triplet: 84, 5D and BB. RGB value is (132,93,187). Sum of RGB (Red+Green+Blue) = 132+93+187=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #845DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DBB is #7BA244. Grayscale: #737373. Windows color (decimal): -8102469 or 12279172. OLE color: 12279172.

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

Color convert

RGB 132 93 187 -
CMYK 0.29 0.50 0 0.27
HSL 264.89º 0.41% 0.55% -
HSV(B) 264.89º 0.5% 0.73% -
XYZ 22.4 16.32 48.98 -
YUV 115.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 132 93 187 0.29 0.50 0 0.27 264.89 0.41 0.55
Hex 84 5D BB 1D 32 0 1B 109 29 37
Octal 204 135 273 35 62 0 33 411 51 67
Binary 10000100 1011101 10111011 11101 110010 0 11011 100001001 101001 110111

Color Harmonies of #845DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DBB

Black with #845DBB

Text Example


Text Example

White with #845DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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