Html Css Color HEX #8B5BAB Deep Lilac

📋 copy color: '#8B5BAB'

red 139 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #8B5BAB

Tints of Deep Lilac #8B5BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 34.66%
G = 22.69%
B = 42.64%

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

#8B5BAB (or 0x8B5BAB) is known color: Deep Lilac. HEX triplet: 8B, 5B and AB. RGB value is (139,91,171). Sum of RGB (Red+Green+Blue) = 139+91+171=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5BAB is #74A454. Grayscale: #727272. Windows color (decimal): -7644245 or 11230091. OLE color: 11230091.

HSL color Cylindrical-coordinate representation of color #8B5BAB: hue angle of 276º 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 #8B5BAB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 91 171 -
CMYK 0.19 0.47 0 0.33
HSL 276º 0.32% 0.51% -
HSV(B) 276º 0.47% 0.67% -
XYZ 21.74 15.91 40.45 -
YUV 114.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 139 91 171 0.19 0.47 0 0.33 276 0.32 0.51
Hex 8B 5B AB 13 2F 0 21 114 20 33
Octal 213 133 253 23 57 0 41 424 40 63
Binary 10001011 1011011 10101011 10011 101111 0 100001 100010100 100000 110011

Color Harmonies of #8B5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5BAB

Black with #8B5BAB

Text Example


Text Example

White with #8B5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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