#8359B4

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

Shades of Deep Lilac #8359B4

Tints of Deep Lilac #8359B4

Color information

#8359B4 (or 0x8359B4) is unknown color: approx Deep Lilac. HEX triplet: 83, 59 and B4. RGB value is (131,89,180). Sum of RGB (Red+Green+Blue) = 131+89+180=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #8359B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359B4 is #7CA64B. Grayscale: #6F6F6F. Windows color (decimal): -8169036 or 11819395. OLE color: 11819395.

HSL color Cylindrical-coordinate representation of color #8359B4: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8359B4 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13189180-
CMYK0.270.5100.29
HSL267.69º37.76%52.75%-
HSV(B)267.69º50.56%70.59%-
XYZ21.1715.2745.01-
YUV111.93166.41141.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 180 (70.70% from 255) = 45%
R=32.75%
G=22.25%
B=45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131891800.270.5100.29267.6937.7652.75
Hex8359B41B3301D10c2635
Octal20313126433630354144665
Binary1000001110110011011010011011110011011101100001100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8359B4; }

 p { color: rgb(131,89,180); }

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

<style>
 a { background-color: #8359B4; }

 a { background-color: rgb(131,89,180); }

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

<style>
 span { border-color: #8359B4; }

 span { border-color: rgb(131,89,180); }

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