Html Css Color HEX #8051BE Deep Lilac

📋 copy color: '#8051BE'

red 128 ◦ green 81 ◦ blue 190

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

Shades of Deep Lilac #8051BE

Tints of Deep Lilac #8051BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

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

R = 32.08%
G = 20.3%
B = 47.62%

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

#8051BE (or 0x8051BE) is known color: Deep Lilac. HEX triplet: 80, 51 and BE. RGB value is (128,81,190). Sum of RGB (Red+Green+Blue) = 128+81+190=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #8051BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051BE is #7FAE41. Grayscale: #6B6B6B. Windows color (decimal): -8367682 or 12472704. OLE color: 12472704.

HSL color Cylindrical-coordinate representation of color #8051BE: hue angle of 265.87º degrees, saturation: 0.46, 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 #8051BE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 81 190 -
CMYK 0.33 0.57 0 0.25
HSL 265.87º 0.46% 0.53% -
HSV(B) 265.87º 0.57% 0.75% -
XYZ 21.14 14.19 50.34 -
YUV 107.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 128 81 190 0.33 0.57 0 0.25 265.87 0.46 0.53
Hex 80 51 BE 21 39 0 19 10A 2E 35
Octal 200 121 276 41 71 0 31 412 56 65
Binary 10000000 1010001 10111110 100001 111001 0 11001 100001010 101110 110101

Color Harmonies of #8051BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051BE

Black with #8051BE

Text Example


Text Example

White with #8051BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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