Html Css Color HEX #8C5DBA Deep Lilac

📋 copy color: '#8C5DBA'

red 140 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #8C5DBA

Tints of Deep Lilac #8C5DBA

RGB

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

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

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

R = 33.41%
G = 22.2%
B = 44.39%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C5DBA (or 0x8C5DBA) is known color: Deep Lilac. HEX triplet: 8C, 5D and BA. RGB value is (140,93,186). Sum of RGB (Red+Green+Blue) = 140+93+186=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5DBA is #73A245. Grayscale: #757575. Windows color (decimal): -7578182 or 12213644. OLE color: 12213644.

HSL color Cylindrical-coordinate representation of color #8C5DBA: hue angle of 270.32º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5DBA is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 93 186 -
CMYK 0.25 0.5 0 0.27
HSL 270.32º 0.4% 0.55% -
HSV(B) 270.32º 0.5% 0.73% -
XYZ 23.59 16.95 48.48 -
YUV 117.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 140 93 186 0.25 0.5 0 0.27 270.32 0.4 0.55
Hex 8C 5D BA 19 32 0 1B 10E 28 37
Octal 214 135 272 31 62 0 33 416 50 67
Binary 10001100 1011101 10111010 11001 110010 0 11011 100001110 101000 110111

Color Harmonies of #8C5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5DBA

Black with #8C5DBA

Text Example


Text Example

White with #8C5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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