#835DB9

Color #835DB9 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #835DB9

Tints of Lilac Bush #835DB9

Color information

#835DB9 (or 0x835DB9) is unknown color: approx Lilac Bush. HEX triplet: 83, 5D and B9. RGB value is (131,93,185). Sum of RGB (Red+Green+Blue) = 131+93+185=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #835DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DB9 is #7CA246. Grayscale: #727272. Windows color (decimal): -8168007 or 12148099. OLE color: 12148099.

HSL color Cylindrical-coordinate representation of color #835DB9: hue angle of 264.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #835DB9 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13193185-
CMYK0.290.5000.27
HSL264.78º39.66%54.51%-
HSV(B)264.78º49.73%72.55%-
XYZ22.0316.1647.86-
YUV114.85167.59139.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=32.03%
G=22.74%
B=45.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131931850.290.5000.27264.7839.6654.51
Hex835DB91D3201B1092837
Octal20313527135620334115067
Binary1000001110111011011100111101110010011011100001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835DB9; }

 p { color: rgb(131,93,185); }

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

<style>
 a { background-color: #835DB9; }

 a { background-color: rgb(131,93,185); }

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

<style>
 span { border-color: #835DB9; }

 span { border-color: rgb(131,93,185); }

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