Html Css Color HEX #804CC6 Deep Lilac

📋 copy color: '#804CC6'

red 128 ◦ green 76 ◦ blue 198

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

Shades of Deep Lilac #804CC6

Tints of Deep Lilac #804CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.25%

R = 31.84%
G = 18.91%
B = 49.25%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#804CC6 (or 0x804CC6) is known color: Deep Lilac. HEX triplet: 80, 4C and C6. RGB value is (128,76,198). Sum of RGB (Red+Green+Blue) = 128+76+198=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #804CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CC6 is #7FB339. Grayscale: #696969. Windows color (decimal): -8368954 or 12995712. OLE color: 12995712.

HSL color Cylindrical-coordinate representation of color #804CC6: hue angle of 265.57º 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 #804CC6 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 76 198 -
CMYK 0.35 0.62 0 0.22
HSL 265.57º 0.52% 0.54% -
HSV(B) 265.57º 0.62% 0.78% -
XYZ 21.68 13.84 54.95 -
YUV 105.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 128 76 198 0.35 0.62 0 0.22 265.57 0.52 0.54
Hex 80 4C C6 23 3E 0 16 10A 34 36
Octal 200 114 306 43 76 0 26 412 64 66
Binary 10000000 1001100 11000110 100011 111110 0 10110 100001010 110100 110110

Color Harmonies of #804CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CC6

Black with #804CC6

Text Example


Text Example

White with #804CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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