#8258BE

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

Shades of Lilac Bush #8258BE

Tints of Lilac Bush #8258BE

Color information

#8258BE (or 0x8258BE) is unknown color: approx Lilac Bush. HEX triplet: 82, 58 and BE. RGB value is (130,88,190). Sum of RGB (Red+Green+Blue) = 130+88+190=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #8258BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258BE is #7DA741. Grayscale: #6F6F6F. Windows color (decimal): -8234818 or 12474498. OLE color: 12474498.

HSL color Cylindrical-coordinate representation of color #8258BE: hue angle of 264.71º 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 #8258BE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13088190-
CMYK0.320.5400.25
HSL264.71º43.97%54.51%-
HSV(B)264.71º53.68%74.51%-
XYZ21.9915.4450.54-
YUV112.19171.91140.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=31.86%
G=21.57%
B=46.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130881900.320.5400.25264.7143.9754.51
Hex8258BE20360191092c37
Octal20213027640660314115467
Binary10000010101100010111110100000110110011001100001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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