Html Css Color HEX #8A41AB Deep Lilac

📋 copy color: '#8A41AB'

red 138 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #8A41AB

Tints of Deep Lilac #8A41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

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

R = 36.9%
G = 17.38%
B = 45.72%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A41AB (or 0x8A41AB) is known color: Deep Lilac. HEX triplet: 8A, 41 and AB. RGB value is (138,65,171). Sum of RGB (Red+Green+Blue) = 138+65+171=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A41AB is #75BE54. Grayscale: #626262. Windows color (decimal): -7716437 or 11223434. OLE color: 11223434.

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

Color convert

RGB 138 65 171 -
CMYK 0.19 0.62 0 0.33
HSL 281.32º 0.45% 0.46% -
HSV(B) 281.32º 0.62% 0.67% -
XYZ 19.72 12.12 39.83 -
YUV 98.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 138 65 171 0.19 0.62 0 0.33 281.32 0.45 0.46
Hex 8A 41 AB 13 3E 0 21 119 2D 2E
Octal 212 101 253 23 76 0 41 431 55 56
Binary 10001010 1000001 10101011 10011 111110 0 100001 100011001 101101 101110

Color Harmonies of #8A41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A41AB

Black with #8A41AB

Text Example


Text Example

White with #8A41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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