#804AC1

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

Shades of Deep Lilac #804AC1

Tints of Deep Lilac #804AC1

Color information

#804AC1 (or 0x804AC1) is unknown color: approx Deep Lilac. HEX triplet: 80, 4A and C1. RGB value is (128,74,193). Sum of RGB (Red+Green+Blue) = 128+74+193=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #804AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AC1 is #7FB53E. Grayscale: #676767. Windows color (decimal): -8369471 or 12667520. OLE color: 12667520.

HSL color Cylindrical-coordinate representation of color #804AC1: hue angle of 267.23º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804AC1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12874193-
CMYK0.340.6200.24
HSL267.23º48.97%52.35%-
HSV(B)267.23º61.66%75.69%-
XYZ20.9813.3451.92-
YUV103.71178.39145.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=32.41%
G=18.73%
B=48.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128741930.340.6200.24267.2348.9752.35
Hex804AC1223E01810b3134
Octal20011230142760304136164
Binary10000000100101011000001100010111110011000100001011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804AC1; }

 p { color: rgb(128,74,193); }

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

<style>
 a { background-color: #804AC1; }

 a { background-color: rgb(128,74,193); }

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

<style>
 span { border-color: #804AC1; }

 span { border-color: rgb(128,74,193); }

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