#8B50BD

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

Shades of Deep Lilac #8B50BD

Tints of Deep Lilac #8B50BD

Color information

#8B50BD (or 0x8B50BD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 50 and BD. RGB value is (139,80,189). Sum of RGB (Red+Green+Blue) = 139+80+189=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50BD is #74AF42. Grayscale: #6D6D6D. Windows color (decimal): -7647043 or 12406923. OLE color: 12406923.

HSL color Cylindrical-coordinate representation of color #8B50BD: hue angle of 272.48º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B50BD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13980189-
CMYK0.260.5800.26
HSL272.48º45.23%52.75%-
HSV(B)272.48º57.67%74.12%-
XYZ22.714.949.82-
YUV110.07172.55148.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=34.07%
G=19.61%
B=46.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139801890.260.5800.26272.4845.2352.75
Hex8B50BD1A3A01A1102d35
Octal21312027532720324205565
Binary1000101110100001011110111010111010011010100010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,189); }

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

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

 a { background-color: rgb(139,80,189); }

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

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

 span { border-color: rgb(139,80,189); }

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