#8C48CC

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

Shades of Deep Lilac #8C48CC

Tints of Deep Lilac #8C48CC

Color information

#8C48CC (or 0x8C48CC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 48 and CC. RGB value is (140,72,204). Sum of RGB (Red+Green+Blue) = 140+72+204=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48CC is #73B733. Grayscale: #6A6A6A. Windows color (decimal): -7583540 or 13387916. OLE color: 13387916.

HSL color Cylindrical-coordinate representation of color #8C48CC: hue angle of 270.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C48CC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14072204-
CMYK0.310.6500.2
HSL270.91º56.41%54.12%-
HSV(B)270.91º64.71%80%-
XYZ24.0314.5758.67-
YUV107.38182.53151.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=33.65%
G=17.31%
B=49.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140722040.310.6500.2270.9156.4154.12
Hex8C48CC1F4101410f3836
Octal214110314371010244177066
Binary10001100100100011001100111111000001010100100001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C48CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,204); }

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

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

 a { background-color: rgb(140,72,204); }

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

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

 span { border-color: rgb(140,72,204); }

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