#8B51B4

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

Shades of Deep Lilac #8B51B4

Tints of Deep Lilac #8B51B4

Color information

#8B51B4 (or 0x8B51B4) is unknown color: approx Deep Lilac. HEX triplet: 8B, 51 and B4. RGB value is (139,81,180). Sum of RGB (Red+Green+Blue) = 139+81+180=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B51B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B51B4 is #74AE4B. Grayscale: #6D6D6D. Windows color (decimal): -7646796 or 11817355. OLE color: 11817355.

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

Color convert

RGB13981180-
CMYK0.230.5500.29
HSL275.15º39.76%51.18%-
HSV(B)275.15º55%70.59%-
XYZ21.8314.6744.86-
YUV109.63167.72148.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 180 (70.70% from 255) = 45%
R=34.75%
G=20.25%
B=45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139811800.230.5500.29275.1539.7651.18
Hex8B51B4173701D1132833
Octal21312126427670354235063
Binary1000101110100011011010010111110111011101100010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B51B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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