#8A45BC

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

Shades of Deep Lilac #8A45BC

Tints of Deep Lilac #8A45BC

Color information

#8A45BC (or 0x8A45BC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 45 and BC. RGB value is (138,69,188). Sum of RGB (Red+Green+Blue) = 138+69+188=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A45BC is #75BA43. Grayscale: #666666. Windows color (decimal): -7715396 or 12338570. OLE color: 12338570.

HSL color Cylindrical-coordinate representation of color #8A45BC: hue angle of 274.79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A45BC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13869188-
CMYK0.270.6300.26
HSL274.79º47.04%50.39%-
HSV(B)274.79º63.3%73.73%-
XYZ21.6913.2949-
YUV103.2175.86152.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=34.94%
G=17.47%
B=47.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138691880.270.6300.26274.7947.0450.39
Hex8A45BC1B3F01A1132f32
Octal21210527433770324235762
Binary1000101010001011011110011011111111011010100010011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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