Html Css Color HEX #8B5ABB Deep Lilac

📋 copy color: '#8B5ABB'

red 139 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #8B5ABB

Tints of Deep Lilac #8B5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 33.41%
G = 21.63%
B = 44.95%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B5ABB (or 0x8B5ABB) is known color: Deep Lilac. HEX triplet: 8B, 5A and BB. RGB value is (139,90,187). Sum of RGB (Red+Green+Blue) = 139+90+187=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ABB is #74A544. Grayscale: #737373. Windows color (decimal): -7644485 or 12278411. OLE color: 12278411.

HSL color Cylindrical-coordinate representation of color #8B5ABB: hue angle of 270.31º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B5ABB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 90 187 -
CMYK 0.26 0.52 0 0.27
HSL 270.31º 0.42% 0.54% -
HSV(B) 270.31º 0.52% 0.73% -
XYZ 23.27 16.39 48.95 -
YUV 115.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 139 90 187 0.26 0.52 0 0.27 270.31 0.42 0.54
Hex 8B 5A BB 1A 34 0 1B 10E 2A 36
Octal 213 132 273 32 64 0 33 416 52 66
Binary 10001011 1011010 10111011 11010 110100 0 11011 100001110 101010 110110

Color Harmonies of #8B5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5ABB

Black with #8B5ABB

Text Example


Text Example

White with #8B5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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