#835CBB

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

Shades of Lilac Bush #835CBB

Tints of Lilac Bush #835CBB

Color information

#835CBB (or 0x835CBB) is unknown color: approx Lilac Bush. HEX triplet: 83, 5C and BB. RGB value is (131,92,187). Sum of RGB (Red+Green+Blue) = 131+92+187=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #835CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CBB is #7CA344. Grayscale: #727272. Windows color (decimal): -8168261 or 12278915. OLE color: 12278915.

HSL color Cylindrical-coordinate representation of color #835CBB: hue angle of 264.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #835CBB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13192187-
CMYK0.300.5100.27
HSL264.63º41.13%54.71%-
HSV(B)264.63º50.8%73.33%-
XYZ22.1616.0748.95-
YUV114.49168.92139.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=31.95%
G=22.44%
B=45.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131921870.300.5100.27264.6341.1354.71
Hex835CBB1E3301B1092937
Octal20313427336630334115167
Binary1000001110111001011101111110110011011011100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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