Html Css Color HEX #8B56BA Deep Lilac

📋 copy color: '#8B56BA'

red 139 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #8B56BA

Tints of Deep Lilac #8B56BA

RGB

 RED value IS 139 (54.69% from 255) = 33.82%

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 33.82%
G = 20.92%
B = 45.26%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B56BA (or 0x8B56BA) is known color: Deep Lilac. HEX triplet: 8B, 56 and BA. RGB value is (139,86,186). Sum of RGB (Red+Green+Blue) = 139+86+186=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56BA is #74A945. Grayscale: #707070. Windows color (decimal): -7645510 or 12211851. OLE color: 12211851.

HSL color Cylindrical-coordinate representation of color #8B56BA: hue angle of 271.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B56BA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 86 186 -
CMYK 0.25 0.54 0 0.27
HSL 271.8º 0.42% 0.53% -
HSV(B) 271.8º 0.54% 0.73% -
XYZ 22.84 15.69 48.28 -
YUV 113.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 139 86 186 0.25 0.54 0 0.27 271.8 0.42 0.53
Hex 8B 56 BA 19 36 0 1B 110 2A 35
Octal 213 126 272 31 66 0 33 420 52 65
Binary 10001011 1010110 10111010 11001 110110 0 11011 100010000 101010 110101

Color Harmonies of #8B56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B56BA

Black with #8B56BA

Text Example


Text Example

White with #8B56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B56BA; }

 p { color: rgb(139,86,186); }

 H1.HeaderClassName
 {
   color: #8B56BA;
 }
 .AnyTagClassName
 {
   color: #8B56BA;
 }
</style>

background-color css

<style>
 a { background-color: #8B56BA; }

 a { background-color: rgb(139,86,186); }

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

border-color css

<style>
 span { border-color: #8B56BA; }

 span { border-color: rgb(139,86,186); }

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