#8D45BC

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

Shades of Deep Lilac #8D45BC

Tints of Deep Lilac #8D45BC

Color information

#8D45BC (or 0x8D45BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 45 and BC. RGB value is (141,69,188). Sum of RGB (Red+Green+Blue) = 141+69+188=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45BC is #72BA43. Grayscale: #676767. Windows color (decimal): -7518788 or 12338573. OLE color: 12338573.

HSL color Cylindrical-coordinate representation of color #8D45BC: hue angle of 276.3º 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 #8D45BC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14169188-
CMYK0.250.6300.26
HSL276.3º47.04%50.39%-
HSV(B)276.3º63.3%73.73%-
XYZ22.1913.5549.02-
YUV104.09175.35154.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=35.43%
G=17.34%
B=47.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141691880.250.6300.26276.347.0450.39
Hex8D45BC193F01A1142f32
Octal21510527431770324245762
Binary1000110110001011011110011001111111011010100010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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