#8455C1

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

Shades of Deep Lilac #8455C1

Tints of Deep Lilac #8455C1

Color information

#8455C1 (or 0x8455C1) is unknown color: approx Deep Lilac. HEX triplet: 84, 55 and C1. RGB value is (132,85,193). Sum of RGB (Red+Green+Blue) = 132+85+193=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #8455C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455C1 is #7BAA3E. Grayscale: #6E6E6E. Windows color (decimal): -8104511 or 12670340. OLE color: 12670340.

HSL color Cylindrical-coordinate representation of color #8455C1: hue angle of 266.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8455C1 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13285193-
CMYK0.320.5600.24
HSL266.11º46.55%54.51%-
HSV(B)266.11º55.96%75.69%-
XYZ22.3915.2552.22-
YUV111.36174.07142.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=32.20%
G=20.73%
B=47.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132851930.320.5600.24266.1146.5554.51
Hex8455C1203801810a2f37
Octal20412530140700304125767
Binary10000100101010111000001100000111000011000100001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8455C1; }

 p { color: rgb(132,85,193); }

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

<style>
 a { background-color: #8455C1; }

 a { background-color: rgb(132,85,193); }

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

<style>
 span { border-color: #8455C1; }

 span { border-color: rgb(132,85,193); }

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