Html Css Color HEX #8C3DAC Deep Lilac

📋 copy color: '#8C3DAC'

red 140 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #8C3DAC

Tints of Deep Lilac #8C3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.35%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 37.53%
G = 16.35%
B = 46.11%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C3DAC (or 0x8C3DAC) is known color: Deep Lilac. HEX triplet: 8C, 3D and AC. RGB value is (140,61,172). Sum of RGB (Red+Green+Blue) = 140+61+172=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3DAC is #73C253. Grayscale: #606060. Windows color (decimal): -7586388 or 11287948. OLE color: 11287948.

HSL color Cylindrical-coordinate representation of color #8C3DAC: hue angle of 282.7º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3DAC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 61 172 -
CMYK 0.19 0.65 0 0.33
HSL 282.7º 0.48% 0.46% -
HSV(B) 282.7º 0.65% 0.67% -
XYZ 19.93 11.89 40.27 -
YUV 97.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 140 61 172 0.19 0.65 0 0.33 282.7 0.48 0.46
Hex 8C 3D AC 13 41 0 21 11B 30 2E
Octal 214 75 254 23 101 0 41 433 60 56
Binary 10001100 111101 10101100 10011 1000001 0 100001 100011011 110000 101110

Color Harmonies of #8C3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3DAC

Black with #8C3DAC

Text Example


Text Example

White with #8C3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,61,172); }

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

background-color css

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

 a { background-color: rgb(140,61,172); }

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

border-color css

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

 span { border-color: rgb(140,61,172); }

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