#844BC5

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

Shades of Deep Lilac #844BC5

Tints of Deep Lilac #844BC5

Color information

#844BC5 (or 0x844BC5) is unknown color: approx Deep Lilac. HEX triplet: 84, 4B and C5. RGB value is (132,75,197). Sum of RGB (Red+Green+Blue) = 132+75+197=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #844BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC5 is #7BB43A. Grayscale: #696969. Windows color (decimal): -8107067 or 12929924. OLE color: 12929924.

HSL color Cylindrical-coordinate representation of color #844BC5: hue angle of 268.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844BC5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13275197-
CMYK0.330.6200.23
HSL268.03º51.26%53.33%-
HSV(B)268.03º61.93%77.25%-
XYZ22.1113.9754.35-
YUV105.95179.38146.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 197 (77.34% from 255) = 48.76%
R=32.67%
G=18.56%
B=48.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal132751970.330.6200.23268.0351.2653.33
Hex844BC5213E01710c3335
Octal20411330541760274146365
Binary10000100100101111000101100001111110010111100001100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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