Html Css Color HEX #845AB4 Deep Lilac

📋 copy color: '#845AB4'

red 132 ◦ green 90 ◦ blue 180

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

Shades of Deep Lilac #845AB4

Tints of Deep Lilac #845AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 32.84%
G = 22.39%
B = 44.78%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#845AB4 (or 0x845AB4) is known color: Deep Lilac. HEX triplet: 84, 5A and B4. RGB value is (132,90,180). Sum of RGB (Red+Green+Blue) = 132+90+180=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #845AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AB4 is #7BA54B. Grayscale: #707070. Windows color (decimal): -8103244 or 11819652. OLE color: 11819652.

HSL color Cylindrical-coordinate representation of color #845AB4: hue angle of 268º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845AB4 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 90 180 -
CMYK 0.27 0.50 0 0.29
HSL 268º 0.38% 0.53% -
HSV(B) 268º 0.5% 0.71% -
XYZ 21.41 15.51 45.05 -
YUV 112.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 132 90 180 0.27 0.50 0 0.29 268 0.38 0.53
Hex 84 5A B4 1B 32 0 1D 10C 26 35
Octal 204 132 264 33 62 0 35 414 46 65
Binary 10000100 1011010 10110100 11011 110010 0 11101 100001100 100110 110101

Color Harmonies of #845AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845AB4

Black with #845AB4

Text Example


Text Example

White with #845AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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