Html Css Color HEX #844AC2 Deep Lilac

📋 copy color: '#844AC2'

red 132 ◦ green 74 ◦ blue 194

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

Shades of Deep Lilac #844AC2

Tints of Deep Lilac #844AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

 BLUE value IS 194 (76.17% from 255) = 48.5%

R = 33%
G = 18.5%
B = 48.5%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#844AC2 (or 0x844AC2) is known color: Deep Lilac. HEX triplet: 84, 4A and C2. RGB value is (132,74,194). Sum of RGB (Red+Green+Blue) = 132+74+194=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #844AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AC2 is #7BB53D. Grayscale: #686868. Windows color (decimal): -8107326 or 12733060. OLE color: 12733060.

HSL color Cylindrical-coordinate representation of color #844AC2: hue angle of 269º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844AC2 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 74 194 -
CMYK 0.32 0.62 0 0.24
HSL 269º 0.5% 0.53% -
HSV(B) 269º 0.62% 0.76% -
XYZ 21.7 13.7 52.54 -
YUV 105.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 132 74 194 0.32 0.62 0 0.24 269 0.5 0.53
Hex 84 4A C2 20 3E 0 18 10D 32 35
Octal 204 112 302 40 76 0 30 415 62 65
Binary 10000100 1001010 11000010 100000 111110 0 11000 100001101 110010 110101

Color Harmonies of #844AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AC2

Black with #844AC2

Text Example


Text Example

White with #844AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844AC2; }

 p { color: rgb(132,74,194); }

 H1.HeaderClassName
 {
   color: #844AC2;
 }
 .AnyTagClassName
 {
   color: #844AC2;
 }
</style>

background-color css

<style>
 a { background-color: #844AC2; }

 a { background-color: rgb(132,74,194); }

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

border-color css

<style>
 span { border-color: #844AC2; }

 span { border-color: rgb(132,74,194); }

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