Html Css Color HEX #8456BA Deep Lilac

📋 copy color: '#8456BA'

red 132 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #8456BA

Tints of Deep Lilac #8456BA

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

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

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

R = 32.67%
G = 21.29%
B = 46.04%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8456BA (or 0x8456BA) is known color: Deep Lilac. HEX triplet: 84, 56 and BA. RGB value is (132,86,186). Sum of RGB (Red+Green+Blue) = 132+86+186=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8456BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456BA is #7BA945. Grayscale: #6E6E6E. Windows color (decimal): -8104262 or 12211844. OLE color: 12211844.

HSL color Cylindrical-coordinate representation of color #8456BA: hue angle of 267.6º 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 #8456BA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 86 186 -
CMYK 0.29 0.54 0 0.27
HSL 267.6º 0.42% 0.53% -
HSV(B) 267.6º 0.54% 0.73% -
XYZ 21.71 15.11 48.23 -
YUV 111.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 132 86 186 0.29 0.54 0 0.27 267.6 0.42 0.53
Hex 84 56 BA 1D 36 0 1B 10C 2A 35
Octal 204 126 272 35 66 0 33 414 52 65
Binary 10000100 1010110 10111010 11101 110110 0 11011 100001100 101010 110101

Color Harmonies of #8456BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8456BA

Black with #8456BA

Text Example


Text Example

White with #8456BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8456BA; }

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

 H1.HeaderClassName
 {
   color: #8456BA;
 }
 .AnyTagClassName
 {
   color: #8456BA;
 }
</style>

background-color css

<style>
 a { background-color: #8456BA; }

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

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

border-color css

<style>
 span { border-color: #8456BA; }

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

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