Html Css Color HEX #8C58AC Deep Lilac

📋 copy color: '#8C58AC'

red 140 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #8C58AC

Tints of Deep Lilac #8C58AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

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

R = 35%
G = 22%
B = 43%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C58AC (or 0x8C58AC) is known color: Deep Lilac. HEX triplet: 8C, 58 and AC. RGB value is (140,88,172). Sum of RGB (Red+Green+Blue) = 140+88+172=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C58AC is #73A753. Grayscale: #707070. Windows color (decimal): -7579476 or 11294860. OLE color: 11294860.

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

Color convert

RGB 140 88 172 -
CMYK 0.19 0.49 0 0.33
HSL 277.14º 0.34% 0.51% -
HSV(B) 277.14º 0.49% 0.67% -
XYZ 21.75 15.53 40.88 -
YUV 113.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 140 88 172 0.19 0.49 0 0.33 277.14 0.34 0.51
Hex 8C 58 AC 13 31 0 21 115 22 33
Octal 214 130 254 23 61 0 41 425 42 63
Binary 10001100 1011000 10101100 10011 110001 0 100001 100010101 100010 110011

Color Harmonies of #8C58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58AC

Black with #8C58AC

Text Example


Text Example

White with #8C58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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