Html Css Color HEX #804FBF Deep Lilac

📋 copy color: '#804FBF'

red 128 ◦ green 79 ◦ blue 191

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

Shades of Deep Lilac #804FBF

Tints of Deep Lilac #804FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 32.16%
G = 19.85%
B = 47.99%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#804FBF (or 0x804FBF) is known color: Deep Lilac. HEX triplet: 80, 4F and BF. RGB value is (128,79,191). Sum of RGB (Red+Green+Blue) = 128+79+191=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #804FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FBF is #7FB040. Grayscale: #6A6A6A. Windows color (decimal): -8368193 or 12537728. OLE color: 12537728.

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

Color convert

RGB 128 79 191 -
CMYK 0.33 0.59 0 0.25
HSL 266.25º 0.47% 0.53% -
HSV(B) 266.25º 0.59% 0.75% -
XYZ 21.1 13.94 50.87 -
YUV 106.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 128 79 191 0.33 0.59 0 0.25 266.25 0.47 0.53
Hex 80 4F BF 21 3B 0 19 10A 2F 35
Octal 200 117 277 41 73 0 31 412 57 65
Binary 10000000 1001111 10111111 100001 111011 0 11001 100001010 101111 110101

Color Harmonies of #804FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FBF

Black with #804FBF

Text Example


Text Example

White with #804FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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