Html Css Color HEX #8C55BC Deep Lilac

📋 copy color: '#8C55BC'

red 140 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #8C55BC

Tints of Deep Lilac #8C55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 33.9%
G = 20.58%
B = 45.52%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C55BC (or 0x8C55BC) is known color: Deep Lilac. HEX triplet: 8C, 55 and BC. RGB value is (140,85,188). Sum of RGB (Red+Green+Blue) = 140+85+188=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C55BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55BC is #73AA43. Grayscale: #707070. Windows color (decimal): -7580228 or 12342668. OLE color: 12342668.

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

Color convert

RGB 140 85 188 -
CMYK 0.26 0.55 0 0.26
HSL 272.04º 0.43% 0.54% -
HSV(B) 272.04º 0.55% 0.74% -
XYZ 23.14 15.7 49.39 -
YUV 113.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 140 85 188 0.26 0.55 0 0.26 272.04 0.43 0.54
Hex 8C 55 BC 1A 37 0 1A 110 2B 36
Octal 214 125 274 32 67 0 32 420 53 66
Binary 10001100 1010101 10111100 11010 110111 0 11010 100010000 101011 110110

Color Harmonies of #8C55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55BC

Black with #8C55BC

Text Example


Text Example

White with #8C55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,188); }

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

background-color css

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

 a { background-color: rgb(140,85,188); }

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

border-color css

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

 span { border-color: rgb(140,85,188); }

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