Html Css Color HEX #8B41AA Deep Lilac

📋 copy color: '#8B41AA'

red 139 ◦ green 65 ◦ blue 170

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

Shades of Deep Lilac #8B41AA

Tints of Deep Lilac #8B41AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 37.17%
G = 17.38%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B41AA (or 0x8B41AA) is known color: Deep Lilac. HEX triplet: 8B, 41 and AA. RGB value is (139,65,170). Sum of RGB (Red+Green+Blue) = 139+65+170=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B41AA is #74BE55. Grayscale: #626262. Windows color (decimal): -7650902 or 11157899. OLE color: 11157899.

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

Color convert

RGB 139 65 170 -
CMYK 0.18 0.62 0 0.33
HSL 282.29º 0.45% 0.46% -
HSV(B) 282.29º 0.62% 0.67% -
XYZ 19.79 12.17 39.34 -
YUV 99.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 139 65 170 0.18 0.62 0 0.33 282.29 0.45 0.46
Hex 8B 41 AA 12 3E 0 21 11A 2D 2E
Octal 213 101 252 22 76 0 41 432 55 56
Binary 10001011 1000001 10101010 10010 111110 0 100001 100011010 101101 101110

Color Harmonies of #8B41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B41AA

Black with #8B41AA

Text Example


Text Example

White with #8B41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,170); }

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

background-color css

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

 a { background-color: rgb(139,65,170); }

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

border-color css

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

 span { border-color: rgb(139,65,170); }

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