Html Css Color HEX #8C5EBA Deep Lilac

📋 copy color: '#8C5EBA'

red 140 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #8C5EBA

Tints of Deep Lilac #8C5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

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

R = 33.33%
G = 22.38%
B = 44.29%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C5EBA (or 0x8C5EBA) is known color: Deep Lilac. HEX triplet: 8C, 5E and BA. RGB value is (140,94,186). Sum of RGB (Red+Green+Blue) = 140+94+186=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5EBA is #73A145. Grayscale: #757575. Windows color (decimal): -7577926 or 12213900. OLE color: 12213900.

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

Color convert

RGB 140 94 186 -
CMYK 0.25 0.49 0 0.27
HSL 270º 0.4% 0.55% -
HSV(B) 270º 0.49% 0.73% -
XYZ 23.68 17.13 48.51 -
YUV 118.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 140 94 186 0.25 0.49 0 0.27 270 0.4 0.55
Hex 8C 5E BA 19 31 0 1B 10E 28 37
Octal 214 136 272 31 61 0 33 416 50 67
Binary 10001100 1011110 10111010 11001 110001 0 11011 100001110 101000 110111

Color Harmonies of #8C5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5EBA

Black with #8C5EBA

Text Example


Text Example

White with #8C5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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