#835CB9

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

Shades of Lilac Bush #835CB9

Tints of Lilac Bush #835CB9

Color information

#835CB9 (or 0x835CB9) is unknown color: approx Lilac Bush. HEX triplet: 83, 5C and B9. RGB value is (131,92,185). Sum of RGB (Red+Green+Blue) = 131+92+185=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #835CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CB9 is #7CA346. Grayscale: #717171. Windows color (decimal): -8168263 or 12147843. OLE color: 12147843.

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

Color convert

RGB13192185-
CMYK0.290.5000.27
HSL265.16º39.91%54.31%-
HSV(B)265.16º50.27%72.55%-
XYZ21.9415.9847.83-
YUV114.26167.92139.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 185 (72.66% from 255) = 45.34%
R=32.11%
G=22.55%
B=45.34%

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
Decimal131921850.290.5000.27265.1639.9154.31
Hex835CB91D3201B1092836
Octal20313427135620334115066
Binary1000001110111001011100111101110010011011100001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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