#8A45C6

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

Shades of Deep Lilac #8A45C6

Tints of Deep Lilac #8A45C6

Color information

#8A45C6 (or 0x8A45C6) is unknown color: approx Deep Lilac. HEX triplet: 8A, 45 and C6. RGB value is (138,69,198). Sum of RGB (Red+Green+Blue) = 138+69+198=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #8A45C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A45C6 is #75BA39. Grayscale: #676767. Windows color (decimal): -7715386 or 12993930. OLE color: 12993930.

HSL color Cylindrical-coordinate representation of color #8A45C6: hue angle of 272.09º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A45C6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13869198-
CMYK0.300.6500.22
HSL272.09º53.09%52.35%-
HSV(B)272.09º65.15%77.65%-
XYZ22.813.7454.88-
YUV104.34180.86152.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=34.07%
G=17.04%
B=48.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138691980.300.6500.22272.0953.0952.35
Hex8A45C61E410161103534
Octal212105306361010264206564
Binary10001010100010111000110111101000001010110100010000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A45C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A45C6; }

 p { color: rgb(138,69,198); }

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

<style>
 a { background-color: #8A45C6; }

 a { background-color: rgb(138,69,198); }

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

<style>
 span { border-color: #8A45C6; }

 span { border-color: rgb(138,69,198); }

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