#8458BB

Color #8458BB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8458BB

Tints of Deep Lilac #8458BB

Color information

#8458BB (or 0x8458BB) is unknown color: approx Deep Lilac. HEX triplet: 84, 58 and BB. RGB value is (132,88,187). Sum of RGB (Red+Green+Blue) = 132+88+187=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #8458BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458BB is #7BA744. Grayscale: #707070. Windows color (decimal): -8103749 or 12277892. OLE color: 12277892.

HSL color Cylindrical-coordinate representation of color #8458BB: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8458BB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13288187-
CMYK0.290.5300.27
HSL266.67º42.13%53.92%-
HSV(B)266.67º52.94%73.33%-
XYZ21.9815.4748.84-
YUV112.44170.08141.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=32.43%
G=21.62%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132881870.290.5300.27266.6742.1353.92
Hex8458BB1D3501B10b2a36
Octal20413027335650334135266
Binary1000010010110001011101111101110101011011100001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8458BB; }

 p { color: rgb(132,88,187); }

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

<style>
 a { background-color: #8458BB; }

 a { background-color: rgb(132,88,187); }

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

<style>
 span { border-color: #8458BB; }

 span { border-color: rgb(132,88,187); }

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