Html Css Color HEX #8B56A4 Deep Lilac

📋 copy color: '#8B56A4'

red 139 ◦ green 86 ◦ blue 164

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

Shades of Deep Lilac #8B56A4

Tints of Deep Lilac #8B56A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 35.73%
G = 22.11%
B = 42.16%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8B56A4 (or 0x8B56A4) is known color: Deep Lilac. HEX triplet: 8B, 56 and A4. RGB value is (139,86,164). Sum of RGB (Red+Green+Blue) = 139+86+164=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B56A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B56A4 is #74A95B. Grayscale: #6E6E6E. Windows color (decimal): -7645532 or 10770059. OLE color: 10770059.

HSL color Cylindrical-coordinate representation of color #8B56A4: hue angle of 280.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B56A4 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 86 164 -
CMYK 0.15 0.48 0 0.36
HSL 280.77º 0.31% 0.49% -
HSV(B) 280.77º 0.48% 0.64% -
XYZ 20.68 14.82 36.89 -
YUV 110.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 139 86 164 0.15 0.48 0 0.36 280.77 0.31 0.49
Hex 8B 56 A4 F 30 0 24 119 1F 31
Octal 213 126 244 17 60 0 44 431 37 61
Binary 10001011 1010110 10100100 1111 110000 0 100100 100011001 11111 110001

Color Harmonies of #8B56A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B56A4

Black with #8B56A4

Text Example


Text Example

White with #8B56A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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