Html Css Color HEX #8B4AAA Deep Lilac

📋 copy color: '#8B4AAA'

red 139 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #8B4AAA

Tints of Deep Lilac #8B4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

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

R = 36.29%
G = 19.32%
B = 44.39%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B4AAA (or 0x8B4AAA) is known color: Deep Lilac. HEX triplet: 8B, 4A and AA. RGB value is (139,74,170). Sum of RGB (Red+Green+Blue) = 139+74+170=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4AAA is #74B555. Grayscale: #686868. Windows color (decimal): -7648598 or 11160203. OLE color: 11160203.

HSL color Cylindrical-coordinate representation of color #8B4AAA: hue angle of 280.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B4AAA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 74 170 -
CMYK 0.18 0.56 0 0.33
HSL 280.63º 0.39% 0.48% -
HSV(B) 280.63º 0.56% 0.67% -
XYZ 20.35 13.29 39.52 -
YUV 104.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 139 74 170 0.18 0.56 0 0.33 280.63 0.39 0.48
Hex 8B 4A AA 12 38 0 21 119 27 30
Octal 213 112 252 22 70 0 41 431 47 60
Binary 10001011 1001010 10101010 10010 111000 0 100001 100011001 100111 110000

Color Harmonies of #8B4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4AAA

Black with #8B4AAA

Text Example


Text Example

White with #8B4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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