Html Css Color HEX #845ABA Lilac Bush

📋 copy color: '#845ABA'

red 132 ◦ green 90 ◦ blue 186

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

Shades of Lilac Bush #845ABA

Tints of Lilac Bush #845ABA

RGB

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

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

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

R = 32.35%
G = 22.06%
B = 45.59%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#845ABA (or 0x845ABA) is known color: Lilac Bush. HEX triplet: 84, 5A and BA. RGB value is (132,90,186). Sum of RGB (Red+Green+Blue) = 132+90+186=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #845ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ABA is #7BA545. Grayscale: #717171. Windows color (decimal): -8103238 or 12212868. OLE color: 12212868.

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

Color convert

RGB 132 90 186 -
CMYK 0.29 0.52 0 0.27
HSL 266.25º 0.41% 0.54% -
HSV(B) 266.25º 0.52% 0.73% -
XYZ 22.03 15.76 48.34 -
YUV 113.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 132 90 186 0.29 0.52 0 0.27 266.25 0.41 0.54
Hex 84 5A BA 1D 34 0 1B 10A 29 36
Octal 204 132 272 35 64 0 33 412 51 66
Binary 10000100 1011010 10111010 11101 110100 0 11011 100001010 101001 110110

Color Harmonies of #845ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ABA

Black with #845ABA

Text Example


Text Example

White with #845ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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