Html Css Color HEX #8A46AB Deep Lilac

📋 copy color: '#8A46AB'

red 138 ◦ green 70 ◦ blue 171

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

Shades of Deep Lilac #8A46AB

Tints of Deep Lilac #8A46AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 36.41%
G = 18.47%
B = 45.12%

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

#8A46AB (or 0x8A46AB) is known color: Deep Lilac. HEX triplet: 8A, 46 and AB. RGB value is (138,70,171). Sum of RGB (Red+Green+Blue) = 138+70+171=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A46AB is #75B954. Grayscale: #656565. Windows color (decimal): -7715157 or 11224714. OLE color: 11224714.

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

Color convert

RGB 138 70 171 -
CMYK 0.19 0.59 0 0.33
HSL 280.4º 0.42% 0.47% -
HSV(B) 280.4º 0.59% 0.67% -
XYZ 20.02 12.72 39.93 -
YUV 101.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 138 70 171 0.19 0.59 0 0.33 280.4 0.42 0.47
Hex 8A 46 AB 13 3B 0 21 118 2A 2F
Octal 212 106 253 23 73 0 41 430 52 57
Binary 10001010 1000110 10101011 10011 111011 0 100001 100011000 101010 101111

Color Harmonies of #8A46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A46AB

Black with #8A46AB

Text Example


Text Example

White with #8A46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,171); }

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

background-color css

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

 a { background-color: rgb(138,70,171); }

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

border-color css

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

 span { border-color: rgb(138,70,171); }

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