Html Css Color HEX #844DBC Deep Lilac

📋 copy color: '#844DBC'

red 132 ◦ green 77 ◦ blue 188

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

Shades of Deep Lilac #844DBC

Tints of Deep Lilac #844DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 33.25%
G = 19.4%
B = 47.36%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#844DBC (or 0x844DBC) is known color: Deep Lilac. HEX triplet: 84, 4D and BC. RGB value is (132,77,188). Sum of RGB (Red+Green+Blue) = 132+77+188=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #844DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DBC is #7BB243. Grayscale: #696969. Windows color (decimal): -8106564 or 12340612. OLE color: 12340612.

HSL color Cylindrical-coordinate representation of color #844DBC: hue angle of 269.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844DBC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 77 188 -
CMYK 0.30 0.59 0 0.26
HSL 269.73º 0.45% 0.52% -
HSV(B) 269.73º 0.59% 0.74% -
XYZ 21.25 13.84 49.13 -
YUV 106.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 132 77 188 0.30 0.59 0 0.26 269.73 0.45 0.52
Hex 84 4D BC 1E 3B 0 1A 10E 2D 34
Octal 204 115 274 36 73 0 32 416 55 64
Binary 10000100 1001101 10111100 11110 111011 0 11010 100001110 101101 110100

Color Harmonies of #844DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DBC

Black with #844DBC

Text Example


Text Example

White with #844DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,77,188); }

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

background-color css

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

 a { background-color: rgb(132,77,188); }

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

border-color css

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

 span { border-color: rgb(132,77,188); }

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