Html Css Color HEX #8A44AD Deep Lilac

📋 copy color: '#8A44AD'

red 138 ◦ green 68 ◦ blue 173

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

Shades of Deep Lilac #8A44AD

Tints of Deep Lilac #8A44AD

RGB

 RED value IS 138 (54.3% from 255) = 36.41%

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 36.41%
G = 17.94%
B = 45.65%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A44AD (or 0x8A44AD) is known color: Deep Lilac. HEX triplet: 8A, 44 and AD. RGB value is (138,68,173). Sum of RGB (Red+Green+Blue) = 138+68+173=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A44AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A44AD is #75BB52. Grayscale: #646464. Windows color (decimal): -7715667 or 11355274. OLE color: 11355274.

HSL color Cylindrical-coordinate representation of color #8A44AD: hue angle of 280º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A44AD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 68 173 -
CMYK 0.20 0.61 0 0.32
HSL 280º 0.44% 0.47% -
HSV(B) 280º 0.61% 0.68% -
XYZ 20.09 12.55 40.9 -
YUV 100.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 138 68 173 0.20 0.61 0 0.32 280 0.44 0.47
Hex 8A 44 AD 14 3D 0 20 118 2C 2F
Octal 212 104 255 24 75 0 40 430 54 57
Binary 10001010 1000100 10101101 10100 111101 0 100000 100011000 101100 101111

Color Harmonies of #8A44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A44AD

Black with #8A44AD

Text Example


Text Example

White with #8A44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,68,173); }

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

background-color css

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

 a { background-color: rgb(138,68,173); }

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

border-color css

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

 span { border-color: rgb(138,68,173); }

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