Html Css Color HEX #8B41AE Deep Lilac

📋 copy color: '#8B41AE'

red 139 ◦ green 65 ◦ blue 174

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

Shades of Deep Lilac #8B41AE

Tints of Deep Lilac #8B41AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 36.77%
G = 17.2%
B = 46.03%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B41AE (or 0x8B41AE) is known color: Deep Lilac. HEX triplet: 8B, 41 and AE. RGB value is (139,65,174). Sum of RGB (Red+Green+Blue) = 139+65+174=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B41AE is #74BE51. Grayscale: #636363. Windows color (decimal): -7650898 or 11420043. OLE color: 11420043.

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

Color convert

RGB 139 65 174 -
CMYK 0.20 0.63 0 0.32
HSL 280.73º 0.46% 0.47% -
HSV(B) 280.73º 0.63% 0.68% -
XYZ 20.18 12.33 41.36 -
YUV 99.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 139 65 174 0.20 0.63 0 0.32 280.73 0.46 0.47
Hex 8B 41 AE 14 3F 0 20 119 2E 2F
Octal 213 101 256 24 77 0 40 431 56 57
Binary 10001011 1000001 10101110 10100 111111 0 100000 100011001 101110 101111

Color Harmonies of #8B41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B41AE

Black with #8B41AE

Text Example


Text Example

White with #8B41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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