#8358BE

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

Shades of Lilac Bush #8358BE

Tints of Lilac Bush #8358BE

Color information

#8358BE (or 0x8358BE) is unknown color: approx Lilac Bush. HEX triplet: 83, 58 and BE. RGB value is (131,88,190). Sum of RGB (Red+Green+Blue) = 131+88+190=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #8358BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358BE is #7CA741. Grayscale: #707070. Windows color (decimal): -8169282 or 12474499. OLE color: 12474499.

HSL color Cylindrical-coordinate representation of color #8358BE: hue angle of 265.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8358BE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13188190-
CMYK0.310.5400.25
HSL265.29º43.97%54.51%-
HSV(B)265.29º53.68%74.51%-
XYZ22.1415.5250.54-
YUV112.48171.75141.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=32.03%
G=21.52%
B=46.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131881900.310.5400.25265.2943.9754.51
Hex8358BE1F360191092c37
Octal20313027637660314115467
Binary1000001110110001011111011111110110011001100001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8358BE; }

 p { color: rgb(131,88,190); }

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

<style>
 a { background-color: #8358BE; }

 a { background-color: rgb(131,88,190); }

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

<style>
 span { border-color: #8358BE; }

 span { border-color: rgb(131,88,190); }

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