Html Css Color HEX #804CC0 Deep Lilac

📋 copy color: '#804CC0'

red 128 ◦ green 76 ◦ blue 192

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

Shades of Deep Lilac #804CC0

Tints of Deep Lilac #804CC0

RGB

 RED value IS 128 (50.39% from 255) = 32.32%

 GREEN value IS 76 (30.08% from 255) = 19.19%

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 32.32%
G = 19.19%
B = 48.48%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#804CC0 (or 0x804CC0) is known color: Deep Lilac. HEX triplet: 80, 4C and C0. RGB value is (128,76,192). Sum of RGB (Red+Green+Blue) = 128+76+192=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #804CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CC0 is #7FB33F. Grayscale: #686868. Windows color (decimal): -8368960 or 12602496. OLE color: 12602496.

HSL color Cylindrical-coordinate representation of color #804CC0: hue angle of 266.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804CC0 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 76 192 -
CMYK 0.33 0.60 0 0.25
HSL 266.9º 0.48% 0.53% -
HSV(B) 266.9º 0.6% 0.75% -
XYZ 21 13.56 51.38 -
YUV 104.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 128 76 192 0.33 0.60 0 0.25 266.9 0.48 0.53
Hex 80 4C C0 21 3C 0 19 10B 30 35
Octal 200 114 300 41 74 0 31 413 60 65
Binary 10000000 1001100 11000000 100001 111100 0 11001 100001011 110000 110101

Color Harmonies of #804CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CC0

Black with #804CC0

Text Example


Text Example

White with #804CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,76,192); }

 H1.HeaderClassName
 {
   color: #804CC0;
 }
 .AnyTagClassName
 {
   color: #804CC0;
 }
</style>

background-color css

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

 a { background-color: rgb(128,76,192); }

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

border-color css

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

 span { border-color: rgb(128,76,192); }

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