Html Css Color HEX #804CBF Deep Lilac

📋 copy color: '#804CBF'

red 128 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #804CBF

Tints of Deep Lilac #804CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 32.41%
G = 19.24%
B = 48.35%

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

#804CBF (or 0x804CBF) is known color: Deep Lilac. HEX triplet: 80, 4C and BF. RGB value is (128,76,191). Sum of RGB (Red+Green+Blue) = 128+76+191=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #804CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CBF is #7FB340. Grayscale: #686868. Windows color (decimal): -8368961 or 12536960. OLE color: 12536960.

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

Color convert

RGB 128 76 191 -
CMYK 0.33 0.60 0 0.25
HSL 267.13º 0.47% 0.52% -
HSV(B) 267.13º 0.6% 0.75% -
XYZ 20.89 13.52 50.8 -
YUV 104.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 128 76 191 0.33 0.60 0 0.25 267.13 0.47 0.52
Hex 80 4C BF 21 3C 0 19 10B 2F 34
Octal 200 114 277 41 74 0 31 413 57 64
Binary 10000000 1001100 10111111 100001 111100 0 11001 100001011 101111 110100

Color Harmonies of #804CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CBF

Black with #804CBF

Text Example


Text Example

White with #804CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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