#8A50BD

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

Shades of Deep Lilac #8A50BD

Tints of Deep Lilac #8A50BD

Color information

#8A50BD (or 0x8A50BD) is unknown color: approx Deep Lilac. HEX triplet: 8A, 50 and BD. RGB value is (138,80,189). Sum of RGB (Red+Green+Blue) = 138+80+189=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50BD is #75AF42. Grayscale: #6D6D6D. Windows color (decimal): -7712579 or 12406922. OLE color: 12406922.

HSL color Cylindrical-coordinate representation of color #8A50BD: hue angle of 271.93º 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 #8A50BD is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13880189-
CMYK0.270.5800.26
HSL271.93º45.23%52.75%-
HSV(B)271.93º57.67%74.12%-
XYZ22.5414.8149.82-
YUV109.77172.72148.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=33.91%
G=19.66%
B=46.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138801890.270.5800.26271.9345.2352.75
Hex8A50BD1B3A01A1102d35
Octal21212027533720324205565
Binary1000101010100001011110111011111010011010100010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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