Html Css Color HEX #8B5ABE Deep Lilac

📋 copy color: '#8B5ABE'

red 139 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #8B5ABE

Tints of Deep Lilac #8B5ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 33.17%
G = 21.48%
B = 45.35%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B5ABE (or 0x8B5ABE) is known color: Deep Lilac. HEX triplet: 8B, 5A and BE. RGB value is (139,90,190). Sum of RGB (Red+Green+Blue) = 139+90+190=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ABE is #74A541. Grayscale: #737373. Windows color (decimal): -7644482 or 12475019. OLE color: 12475019.

HSL color Cylindrical-coordinate representation of color #8B5ABE: hue angle of 269.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5ABE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 90 190 -
CMYK 0.27 0.53 0 0.25
HSL 269.4º 0.43% 0.55% -
HSV(B) 269.4º 0.53% 0.75% -
XYZ 23.6 16.52 50.66 -
YUV 116.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 139 90 190 0.27 0.53 0 0.25 269.4 0.43 0.55
Hex 8B 5A BE 1B 35 0 19 10D 2B 37
Octal 213 132 276 33 65 0 31 415 53 67
Binary 10001011 1011010 10111110 11011 110101 0 11001 100001101 101011 110111

Color Harmonies of #8B5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5ABE

Black with #8B5ABE

Text Example


Text Example

White with #8B5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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