#8A42BC

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

Shades of Deep Lilac #8A42BC

Tints of Deep Lilac #8A42BC

Color information

#8A42BC (or 0x8A42BC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 42 and BC. RGB value is (138,66,188). Sum of RGB (Red+Green+Blue) = 138+66+188=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A42BC is #75BD43. Grayscale: #656565. Windows color (decimal): -7716164 or 12337802. OLE color: 12337802.

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

Color convert

RGB13866188-
CMYK0.270.6500.26
HSL275.41º48.03%49.8%-
HSV(B)275.41º64.89%73.73%-
XYZ21.5112.9348.94-
YUV101.44176.85154.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=35.20%
G=16.84%
B=47.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138661880.270.6500.26275.4148.0349.8
Hex8A42BC1B4101A1133032
Octal212102274331010324236062
Binary10001010100001010111100110111000001011010100010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A42BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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