Html Css Color HEX #8B46AC Deep Lilac

📋 copy color: '#8B46AC'

red 139 ◦ green 70 ◦ blue 172

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

Shades of Deep Lilac #8B46AC

Tints of Deep Lilac #8B46AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

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

R = 36.48%
G = 18.37%
B = 45.14%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B46AC (or 0x8B46AC) is known color: Deep Lilac. HEX triplet: 8B, 46 and AC. RGB value is (139,70,172). Sum of RGB (Red+Green+Blue) = 139+70+172=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B46AC is #74B953. Grayscale: #656565. Windows color (decimal): -7649620 or 11290251. OLE color: 11290251.

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

Color convert

RGB 139 70 172 -
CMYK 0.19 0.59 0 0.33
HSL 280.59º 0.42% 0.47% -
HSV(B) 280.59º 0.59% 0.67% -
XYZ 20.28 12.85 40.44 -
YUV 102.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 139 70 172 0.19 0.59 0 0.33 280.59 0.42 0.47
Hex 8B 46 AC 13 3B 0 21 119 2A 2F
Octal 213 106 254 23 73 0 41 431 52 57
Binary 10001011 1000110 10101100 10011 111011 0 100001 100011001 101010 101111

Color Harmonies of #8B46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B46AC

Black with #8B46AC

Text Example


Text Example

White with #8B46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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