Html Css Color HEX #8052BE Deep Lilac

📋 copy color: '#8052BE'

red 128 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #8052BE

Tints of Deep Lilac #8052BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 32%
G = 20.5%
B = 47.5%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8052BE (or 0x8052BE) is known color: Deep Lilac. HEX triplet: 80, 52 and BE. RGB value is (128,82,190). Sum of RGB (Red+Green+Blue) = 128+82+190=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #8052BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052BE is #7FAD41. Grayscale: #6B6B6B. Windows color (decimal): -8367426 or 12472960. OLE color: 12472960.

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

Color convert

RGB 128 82 190 -
CMYK 0.33 0.57 0 0.25
HSL 265.56º 0.45% 0.53% -
HSV(B) 265.56º 0.57% 0.75% -
XYZ 21.21 14.34 50.37 -
YUV 108.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 128 82 190 0.33 0.57 0 0.25 265.56 0.45 0.53
Hex 80 52 BE 21 39 0 19 10A 2D 35
Octal 200 122 276 41 71 0 31 412 55 65
Binary 10000000 1010010 10111110 100001 111001 0 11001 100001010 101101 110101

Color Harmonies of #8052BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052BE

Black with #8052BE

Text Example


Text Example

White with #8052BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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