#844BC6

Color #844BC6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #844BC6

Tints of Deep Lilac #844BC6

Color information

#844BC6 (or 0x844BC6) is unknown color: approx Deep Lilac. HEX triplet: 84, 4B and C6. RGB value is (132,75,198). Sum of RGB (Red+Green+Blue) = 132+75+198=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #844BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC6 is #7BB439. Grayscale: #696969. Windows color (decimal): -8107066 or 12995460. OLE color: 12995460.

HSL color Cylindrical-coordinate representation of color #844BC6: hue angle of 267.8º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844BC6 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13275198-
CMYK0.330.6200.22
HSL267.8º51.9%53.53%-
HSV(B)267.8º62.12%77.65%-
XYZ22.2214.0154.96-
YUV106.06179.88146.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=32.59%
G=18.52%
B=48.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132751980.330.6200.22267.851.953.53
Hex844BC6213E01610c3436
Octal20411330641760264146466
Binary10000100100101111000110100001111110010110100001100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,198); }

 H1.HeaderClassName
 {
   color: #844BC6;
 }
 .AnyTagClassName
 {
   color: #844BC6;
 }
</style>
background-color css

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

 a { background-color: rgb(132,75,198); }

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

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

 span { border-color: rgb(132,75,198); }

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