Html Css Color HEX #8C5ABA Deep Lilac

📋 copy color: '#8C5ABA'

red 140 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #8C5ABA

Tints of Deep Lilac #8C5ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

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

R = 33.65%
G = 21.63%
B = 44.71%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C5ABA (or 0x8C5ABA) is known color: Deep Lilac. HEX triplet: 8C, 5A and BA. RGB value is (140,90,186). Sum of RGB (Red+Green+Blue) = 140+90+186=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ABA is #73A545. Grayscale: #737373. Windows color (decimal): -7578950 or 12212876. OLE color: 12212876.

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

Color convert

RGB 140 90 186 -
CMYK 0.25 0.52 0 0.27
HSL 271.25º 0.41% 0.54% -
HSV(B) 271.25º 0.52% 0.73% -
XYZ 23.33 16.43 48.4 -
YUV 115.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 140 90 186 0.25 0.52 0 0.27 271.25 0.41 0.54
Hex 8C 5A BA 19 34 0 1B 10F 29 36
Octal 214 132 272 31 64 0 33 417 51 66
Binary 10001100 1011010 10111010 11001 110100 0 11011 100001111 101001 110110

Color Harmonies of #8C5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5ABA

Black with #8C5ABA

Text Example


Text Example

White with #8C5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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