Html Css Color HEX #8C5CBD Deep Lilac

📋 copy color: '#8C5CBD'

red 140 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #8C5CBD

Tints of Deep Lilac #8C5CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 33.25%
G = 21.85%
B = 44.89%

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

#8C5CBD (or 0x8C5CBD) is known color: Deep Lilac. HEX triplet: 8C, 5C and BD. RGB value is (140,92,189). Sum of RGB (Red+Green+Blue) = 140+92+189=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CBD is #73A342. Grayscale: #757575. Windows color (decimal): -7578435 or 12409996. OLE color: 12409996.

HSL color Cylindrical-coordinate representation of color #8C5CBD: hue angle of 269.69º degrees, saturation: 0.42, 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 #8C5CBD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 92 189 -
CMYK 0.26 0.51 0 0.26
HSL 269.69º 0.42% 0.55% -
HSV(B) 269.69º 0.51% 0.74% -
XYZ 23.83 16.9 50.15 -
YUV 117.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 140 92 189 0.26 0.51 0 0.26 269.69 0.42 0.55
Hex 8C 5C BD 1A 33 0 1A 10E 2A 37
Octal 214 134 275 32 63 0 32 416 52 67
Binary 10001100 1011100 10111101 11010 110011 0 11010 100001110 101010 110111

Color Harmonies of #8C5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5CBD

Black with #8C5CBD

Text Example


Text Example

White with #8C5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,92,189); }

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

background-color css

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

 a { background-color: rgb(140,92,189); }

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

border-color css

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

 span { border-color: rgb(140,92,189); }

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