#844BBA

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

Shades of Deep Lilac #844BBA

Tints of Deep Lilac #844BBA

Color information

#844BBA (or 0x844BBA) is unknown color: approx Deep Lilac. HEX triplet: 84, 4B and BA. RGB value is (132,75,186). Sum of RGB (Red+Green+Blue) = 132+75+186=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #844BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BBA is #7BB445. Grayscale: #686868. Windows color (decimal): -8107078 or 12209028. OLE color: 12209028.

HSL color Cylindrical-coordinate representation of color #844BBA: hue angle of 270.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844BBA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13275186-
CMYK0.290.6000.27
HSL270.81º44.58%51.18%-
HSV(B)270.81º59.68%72.94%-
XYZ20.8913.4847.96-
YUV104.7173.88147.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=33.59%
G=19.08%
B=47.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132751860.290.6000.27270.8144.5851.18
Hex844BBA1D3C01B10f2d33
Octal20411327235740334175563
Binary1000010010010111011101011101111100011011100001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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