#8A43BE

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

Shades of Deep Lilac #8A43BE

Tints of Deep Lilac #8A43BE

Color information

#8A43BE (or 0x8A43BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 43 and BE. RGB value is (138,67,190). Sum of RGB (Red+Green+Blue) = 138+67+190=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A43BE is #75BC41. Grayscale: #656565. Windows color (decimal): -7715906 or 12469130. OLE color: 12469130.

HSL color Cylindrical-coordinate representation of color #8A43BE: hue angle of 274.63º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A43BE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13867190-
CMYK0.270.6500.25
HSL274.63º48.62%50.39%-
HSV(B)274.63º64.74%74.51%-
XYZ21.7813.1450.1-
YUV102.25177.52153.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=34.94%
G=16.96%
B=48.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138671900.270.6500.25274.6348.6250.39
Hex8A43BE1B410191133132
Octal212103276331010314236162
Binary10001010100001110111110110111000001011001100010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,67,190); }

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

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

 a { background-color: rgb(138,67,190); }

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

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

 span { border-color: rgb(138,67,190); }

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