#8950B5

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

Shades of Deep Lilac #8950B5

Tints of Deep Lilac #8950B5

Color information

#8950B5 (or 0x8950B5) is unknown color: approx Deep Lilac. HEX triplet: 89, 50 and B5. RGB value is (137,80,181). Sum of RGB (Red+Green+Blue) = 137+80+181=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #8950B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950B5 is #76AF4A. Grayscale: #6C6C6C. Windows color (decimal): -7778123 or 11882633. OLE color: 11882633.

HSL color Cylindrical-coordinate representation of color #8950B5: hue angle of 273.86º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8950B5 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13780181-
CMYK0.240.5600.29
HSL273.86º40.56%51.18%-
HSV(B)273.86º55.8%70.98%-
XYZ21.5314.3945.36-
YUV108.56168.88148.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 181 (71.09% from 255) = 45.48%
R=34.42%
G=20.10%
B=45.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137801810.240.5600.29273.8640.5651.18
Hex8950B5183801D1122933
Octal21112026530700354225163
Binary1000100110100001011010111000111000011101100010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8950B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8950B5; }

 p { color: rgb(137,80,181); }

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

<style>
 a { background-color: #8950B5; }

 a { background-color: rgb(137,80,181); }

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

<style>
 span { border-color: #8950B5; }

 span { border-color: rgb(137,80,181); }

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