#8B5FB4

Color #8B5FB4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8B5FB4

Tints of Deep Lilac #8B5FB4

Color information

#8B5FB4 (or 0x8B5FB4) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5F and B4. RGB value is (139,95,180). Sum of RGB (Red+Green+Blue) = 139+95+180=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B5FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5FB4 is #74A04B. Grayscale: #757575. Windows color (decimal): -7643212 or 11820939. OLE color: 11820939.

HSL color Cylindrical-coordinate representation of color #8B5FB4: hue angle of 271.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5FB4 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13995180-
CMYK0.230.4700.29
HSL271.06º36.17%53.92%-
HSV(B)271.06º47.22%70.59%-
XYZ22.9816.9745.24-
YUV117.85163.08143.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=33.57%
G=22.95%
B=43.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139951800.230.4700.29271.0636.1753.92
Hex8B5FB4172F01D10f2436
Octal21313726427570354174466
Binary1000101110111111011010010111101111011101100001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,180); }

 H1.HeaderClassName
 {
   color: #8B5FB4;
 }
 .AnyTagClassName
 {
   color: #8B5FB4;
 }
</style>
background-color css

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

 a { background-color: rgb(139,95,180); }

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

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

 span { border-color: rgb(139,95,180); }

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