Html Css Color HEX #8B5BAC Deep Lilac

📋 copy color: '#8B5BAC'

red 139 ◦ green 91 ◦ blue 172

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

Shades of Deep Lilac #8B5BAC

Tints of Deep Lilac #8B5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.64%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 34.58%
G = 22.64%
B = 42.79%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B5BAC (or 0x8B5BAC) is known color: Deep Lilac. HEX triplet: 8B, 5B and AC. RGB value is (139,91,172). Sum of RGB (Red+Green+Blue) = 139+91+172=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5BAC is #74A453. Grayscale: #727272. Windows color (decimal): -7644244 or 11295627. OLE color: 11295627.

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

Color convert

RGB 139 91 172 -
CMYK 0.19 0.47 0 0.33
HSL 275.56º 0.33% 0.52% -
HSV(B) 275.56º 0.47% 0.67% -
XYZ 21.83 15.95 40.96 -
YUV 114.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 139 91 172 0.19 0.47 0 0.33 275.56 0.33 0.52
Hex 8B 5B AC 13 2F 0 21 114 21 34
Octal 213 133 254 23 57 0 41 424 41 64
Binary 10001011 1011011 10101100 10011 101111 0 100001 100010100 100001 110100

Color Harmonies of #8B5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5BAC

Black with #8B5BAC

Text Example


Text Example

White with #8B5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,91,172); }

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

background-color css

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

 a { background-color: rgb(139,91,172); }

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

border-color css

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

 span { border-color: rgb(139,91,172); }

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