Html Css Color HEX #8054BE Deep Lilac

📋 copy color: '#8054BE'

red 128 ◦ green 84 ◦ blue 190

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

Shades of Deep Lilac #8054BE

Tints of Deep Lilac #8054BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

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

R = 31.84%
G = 20.9%
B = 47.26%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8054BE (or 0x8054BE) is known color: Deep Lilac. HEX triplet: 80, 54 and BE. RGB value is (128,84,190). Sum of RGB (Red+Green+Blue) = 128+84+190=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8054BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054BE is #7FAB41. Grayscale: #6C6C6C. Windows color (decimal): -8366914 or 12473472. OLE color: 12473472.

HSL color Cylindrical-coordinate representation of color #8054BE: hue angle of 264.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8054BE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 84 190 -
CMYK 0.33 0.56 0 0.25
HSL 264.91º 0.45% 0.54% -
HSV(B) 264.91º 0.56% 0.75% -
XYZ 21.37 14.65 50.42 -
YUV 109.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 128 84 190 0.33 0.56 0 0.25 264.91 0.45 0.54
Hex 80 54 BE 21 38 0 19 109 2D 36
Octal 200 124 276 41 70 0 31 411 55 66
Binary 10000000 1010100 10111110 100001 111000 0 11001 100001001 101101 110110

Color Harmonies of #8054BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8054BE

Black with #8054BE

Text Example


Text Example

White with #8054BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8054BE; }

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

 H1.HeaderClassName
 {
   color: #8054BE;
 }
 .AnyTagClassName
 {
   color: #8054BE;
 }
</style>

background-color css

<style>
 a { background-color: #8054BE; }

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

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

border-color css

<style>
 span { border-color: #8054BE; }

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

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