Html Css Color HEX #8C56BE Deep Lilac

📋 copy color: '#8C56BE'

red 140 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #8C56BE

Tints of Deep Lilac #8C56BE

RGB

 RED value IS 140 (55.08% from 255) = 33.65%

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

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

R = 33.65%
G = 20.67%
B = 45.67%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C56BE (or 0x8C56BE) is known color: Deep Lilac. HEX triplet: 8C, 56 and BE. RGB value is (140,86,190). Sum of RGB (Red+Green+Blue) = 140+86+190=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56BE is #73A941. Grayscale: #717171. Windows color (decimal): -7579970 or 12473996. OLE color: 12473996.

HSL color Cylindrical-coordinate representation of color #8C56BE: hue angle of 271.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C56BE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 86 190 -
CMYK 0.26 0.55 0 0.25
HSL 271.15º 0.44% 0.54% -
HSV(B) 271.15º 0.55% 0.75% -
XYZ 23.44 15.95 50.56 -
YUV 114 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 140 86 190 0.26 0.55 0 0.25 271.15 0.44 0.54
Hex 8C 56 BE 1A 37 0 19 10F 2C 36
Octal 214 126 276 32 67 0 31 417 54 66
Binary 10001100 1010110 10111110 11010 110111 0 11001 100001111 101100 110110

Color Harmonies of #8C56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56BE

Black with #8C56BE

Text Example


Text Example

White with #8C56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,86,190); }

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

background-color css

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

 a { background-color: rgb(140,86,190); }

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

border-color css

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

 span { border-color: rgb(140,86,190); }

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