#835ABC

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

Shades of Lilac Bush #835ABC

Tints of Lilac Bush #835ABC

Color information

#835ABC (or 0x835ABC) is unknown color: approx Lilac Bush. HEX triplet: 83, 5A and BC. RGB value is (131,90,188). Sum of RGB (Red+Green+Blue) = 131+90+188=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #835ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ABC is #7CA543. Grayscale: #717171. Windows color (decimal): -8168772 or 12343939. OLE color: 12343939.

HSL color Cylindrical-coordinate representation of color #835ABC: hue angle of 265.1º degrees, saturation: 0.42, 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 #835ABC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13190188-
CMYK0.300.5200.26
HSL265.1º42.24%54.51%-
HSV(B)265.1º52.13%73.73%-
XYZ22.0915.7749.46-
YUV113.43170.08140.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=32.03%
G=22.00%
B=45.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131901880.300.5200.26265.142.2454.51
Hex835ABC1E3401A1092a37
Octal20313227436640324115267
Binary1000001110110101011110011110110100011010100001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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