#8950BD

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

Shades of Deep Lilac #8950BD

Tints of Deep Lilac #8950BD

Color information

#8950BD (or 0x8950BD) is unknown color: approx Deep Lilac. HEX triplet: 89, 50 and BD. RGB value is (137,80,189). Sum of RGB (Red+Green+Blue) = 137+80+189=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8950BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950BD is #76AF42. Grayscale: #6D6D6D. Windows color (decimal): -7778115 or 12406921. OLE color: 12406921.

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

Color convert

RGB13780189-
CMYK0.280.5800.26
HSL271.38º45.23%52.75%-
HSV(B)271.38º57.67%74.12%-
XYZ22.3714.7349.81-
YUV109.47172.88147.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=33.74%
G=19.70%
B=46.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137801890.280.5800.26271.3845.2352.75
Hex8950BD1C3A01A10f2d35
Octal21112027534720324175565
Binary1000100110100001011110111100111010011010100001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8950BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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