#8B4BBE

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

Shades of Deep Lilac #8B4BBE

Tints of Deep Lilac #8B4BBE

Color information

#8B4BBE (or 0x8B4BBE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4B and BE. RGB value is (139,75,190). Sum of RGB (Red+Green+Blue) = 139+75+190=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B4BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BBE is #74B441. Grayscale: #6A6A6A. Windows color (decimal): -7648322 or 12471179. OLE color: 12471179.

HSL color Cylindrical-coordinate representation of color #8B4BBE: hue angle of 273.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4BBE is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13975190-
CMYK0.270.6100.25
HSL273.39º46.94%51.96%-
HSV(B)273.39º60.53%74.51%-
XYZ22.4614.2450.28-
YUV107.25174.7150.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=34.41%
G=18.56%
B=47.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139751900.270.6100.25273.3946.9451.96
Hex8B4BBE1B3D0191112f34
Octal21311327633750314215764
Binary1000101110010111011111011011111101011001100010001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,75,190); }

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

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

 a { background-color: rgb(139,75,190); }

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

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

 span { border-color: rgb(139,75,190); }

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