#835ABD

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

Shades of Lilac Bush #835ABD

Tints of Lilac Bush #835ABD

Color information

#835ABD (or 0x835ABD) is unknown color: approx Lilac Bush. HEX triplet: 83, 5A and BD. RGB value is (131,90,189). Sum of RGB (Red+Green+Blue) = 131+90+189=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #835ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ABD is #7CA542. Grayscale: #717171. Windows color (decimal): -8168771 or 12409475. OLE color: 12409475.

HSL color Cylindrical-coordinate representation of color #835ABD: hue angle of 264.85º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835ABD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13190189-
CMYK0.310.5200.26
HSL264.85º42.86%54.71%-
HSV(B)264.85º52.38%74.12%-
XYZ22.215.8150.03-
YUV113.54170.58140.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 189 (74.22% from 255) = 46.10%
R=31.95%
G=21.95%
B=46.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131901890.310.5200.26264.8542.8654.71
Hex835ABD1F3401A1092b37
Octal20313227537640324115367
Binary1000001110110101011110111111110100011010100001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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