Html Css Color HEX #8B5AAA Deep Lilac

📋 copy color: '#8B5AAA'

red 139 ◦ green 90 ◦ blue 170

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

Shades of Deep Lilac #8B5AAA

Tints of Deep Lilac #8B5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 34.84%
G = 22.56%
B = 42.61%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B5AAA (or 0x8B5AAA) is known color: Deep Lilac. HEX triplet: 8B, 5A and AA. RGB value is (139,90,170). Sum of RGB (Red+Green+Blue) = 139+90+170=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5AAA is #74A555. Grayscale: #717171. Windows color (decimal): -7644502 or 11164299. OLE color: 11164299.

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

Color convert

RGB 139 90 170 -
CMYK 0.18 0.47 0 0.33
HSL 276.75º 0.32% 0.51% -
HSV(B) 276.75º 0.47% 0.67% -
XYZ 21.56 15.7 39.93 -
YUV 113.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 139 90 170 0.18 0.47 0 0.33 276.75 0.32 0.51
Hex 8B 5A AA 12 2F 0 21 115 20 33
Octal 213 132 252 22 57 0 41 425 40 63
Binary 10001011 1011010 10101010 10010 101111 0 100001 100010101 100000 110011

Color Harmonies of #8B5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5AAA

Black with #8B5AAA

Text Example


Text Example

White with #8B5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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