#8350BD

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

Shades of Deep Lilac #8350BD

Tints of Deep Lilac #8350BD

Color information

#8350BD (or 0x8350BD) is unknown color: approx Deep Lilac. HEX triplet: 83, 50 and BD. RGB value is (131,80,189). Sum of RGB (Red+Green+Blue) = 131+80+189=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #8350BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350BD is #7CAF42. Grayscale: #6B6B6B. Windows color (decimal): -8171331 or 12406915. OLE color: 12406915.

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

Color convert

RGB13180189-
CMYK0.310.5800.26
HSL268.07º45.23%52.75%-
HSV(B)268.07º57.67%74.12%-
XYZ21.4114.2449.76-
YUV107.67173.9144.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=32.75%
G=20%
B=47.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131801890.310.5800.26268.0745.2352.75
Hex8350BD1F3A01A10c2d35
Octal20312027537720324145565
Binary1000001110100001011110111111111010011010100001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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