#8A4CC1

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

Shades of Deep Lilac #8A4CC1

Tints of Deep Lilac #8A4CC1

Color information

#8A4CC1 (or 0x8A4CC1) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4C and C1. RGB value is (138,76,193). Sum of RGB (Red+Green+Blue) = 138+76+193=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A4CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CC1 is #75B33E. Grayscale: #6B6B6B. Windows color (decimal): -7713599 or 12668042. OLE color: 12668042.

HSL color Cylindrical-coordinate representation of color #8A4CC1: hue angle of 271.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4CC1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13876193-
CMYK0.280.6100.24
HSL271.79º48.55%52.75%-
HSV(B)271.79º60.62%75.69%-
XYZ22.6914.4252.04-
YUV107.88176.04149.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=33.91%
G=18.67%
B=47.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138761930.280.6100.24271.7948.5552.75
Hex8A4CC11C3D0181103135
Octal21211430134750304206165
Binary1000101010011001100000111100111101011000100010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,76,193); }

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

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

 a { background-color: rgb(138,76,193); }

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

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

 span { border-color: rgb(138,76,193); }

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