Html Css Color HEX #8B58AC Deep Lilac

📋 copy color: '#8B58AC'

red 139 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #8B58AC

Tints of Deep Lilac #8B58AC

RGB

 RED value IS 139 (54.69% from 255) = 34.84%

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

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

R = 34.84%
G = 22.06%
B = 43.11%

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

#8B58AC (or 0x8B58AC) is known color: Deep Lilac. HEX triplet: 8B, 58 and AC. RGB value is (139,88,172). Sum of RGB (Red+Green+Blue) = 139+88+172=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B58AC is #74A753. Grayscale: #707070. Windows color (decimal): -7645012 or 11294859. OLE color: 11294859.

HSL color Cylindrical-coordinate representation of color #8B58AC: hue angle of 276.43º 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 #8B58AC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 88 172 -
CMYK 0.19 0.49 0 0.33
HSL 276.43º 0.34% 0.51% -
HSV(B) 276.43º 0.49% 0.67% -
XYZ 21.58 15.45 40.87 -
YUV 112.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 139 88 172 0.19 0.49 0 0.33 276.43 0.34 0.51
Hex 8B 58 AC 13 31 0 21 114 22 33
Octal 213 130 254 23 61 0 41 424 42 63
Binary 10001011 1011000 10101100 10011 110001 0 100001 100010100 100010 110011

Color Harmonies of #8B58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B58AC

Black with #8B58AC

Text Example


Text Example

White with #8B58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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