Html Css Color HEX #804FBE Deep Lilac

📋 copy color: '#804FBE'

red 128 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #804FBE

Tints of Deep Lilac #804FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 32.24%
G = 19.9%
B = 47.86%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#804FBE (or 0x804FBE) is known color: Deep Lilac. HEX triplet: 80, 4F and BE. RGB value is (128,79,190). Sum of RGB (Red+Green+Blue) = 128+79+190=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #804FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FBE is #7FB041. Grayscale: #696969. Windows color (decimal): -8368194 or 12472192. OLE color: 12472192.

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

Color convert

RGB 128 79 190 -
CMYK 0.33 0.58 0 0.25
HSL 266.49º 0.46% 0.53% -
HSV(B) 266.49º 0.58% 0.75% -
XYZ 20.99 13.9 50.29 -
YUV 106.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 128 79 190 0.33 0.58 0 0.25 266.49 0.46 0.53
Hex 80 4F BE 21 3A 0 19 10A 2E 35
Octal 200 117 276 41 72 0 31 412 56 65
Binary 10000000 1001111 10111110 100001 111010 0 11001 100001010 101110 110101

Color Harmonies of #804FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FBE

Black with #804FBE

Text Example


Text Example

White with #804FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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