Html Css Color HEX #8C5DBC Deep Lilac

📋 copy color: '#8C5DBC'

red 140 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #8C5DBC

Tints of Deep Lilac #8C5DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

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

R = 33.25%
G = 22.09%
B = 44.66%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C5DBC (or 0x8C5DBC) is known color: Deep Lilac. HEX triplet: 8C, 5D and BC. RGB value is (140,93,188). Sum of RGB (Red+Green+Blue) = 140+93+188=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5DBC is #73A243. Grayscale: #757575. Windows color (decimal): -7578180 or 12344716. OLE color: 12344716.

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

Color convert

RGB 140 93 188 -
CMYK 0.26 0.51 0 0.26
HSL 269.68º 0.41% 0.55% -
HSV(B) 269.68º 0.51% 0.74% -
XYZ 23.81 17.03 49.61 -
YUV 117.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 140 93 188 0.26 0.51 0 0.26 269.68 0.41 0.55
Hex 8C 5D BC 1A 33 0 1A 10E 29 37
Octal 214 135 274 32 63 0 32 416 51 67
Binary 10001100 1011101 10111100 11010 110011 0 11010 100001110 101001 110111

Color Harmonies of #8C5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5DBC

Black with #8C5DBC

Text Example


Text Example

White with #8C5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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