Html Css Color HEX #8B5AB6 Deep Lilac

📋 copy color: '#8B5AB6'

red 139 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #8B5AB6

Tints of Deep Lilac #8B5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 33.82%
G = 21.9%
B = 44.28%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8B5AB6 (or 0x8B5AB6) is known color: Deep Lilac. HEX triplet: 8B, 5A and B6. RGB value is (139,90,182). Sum of RGB (Red+Green+Blue) = 139+90+182=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B5AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5AB6 is #74A549. Grayscale: #727272. Windows color (decimal): -7644490 or 11950731. OLE color: 11950731.

HSL color Cylindrical-coordinate representation of color #8B5AB6: hue angle of 271.96º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5AB6 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 90 182 -
CMYK 0.24 0.51 0 0.29
HSL 271.96º 0.39% 0.53% -
HSV(B) 271.96º 0.51% 0.71% -
XYZ 22.75 16.18 46.18 -
YUV 115.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 139 90 182 0.24 0.51 0 0.29 271.96 0.39 0.53
Hex 8B 5A B6 18 33 0 1D 110 27 35
Octal 213 132 266 30 63 0 35 420 47 65
Binary 10001011 1011010 10110110 11000 110011 0 11101 100010000 100111 110101

Color Harmonies of #8B5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5AB6

Black with #8B5AB6

Text Example


Text Example

White with #8B5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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