#8742bf

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

Shades of Deep Lilac #8742BF

Tints of Deep Lilac #8742BF

Color information

#8742BF (or 0x8742BF) is unknown color: approx Deep Lilac. HEX triplet: 87, 42 and BF. RGB value is (135,66,191). Sum of RGB (Red+Green+Blue) = 135+66+191=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #8742BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742BF is #78BD40. Grayscale: #646464. Windows color (decimal): -7912769 or 12534407. OLE color: 12534407.

HSL color Cylindrical-coordinate representation of color #8742BF: hue angle of 273.12º 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 #8742BF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13566191-
CMYK0.290.6500.25
HSL273.12º49.41%50.39%-
HSV(B)273.12º65.45%74.9%-
XYZ21.3412.8150.64-
YUV100.88178.86152.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 191 (75% from 255) = 48.72%
R=34.44%
G=16.84%
B=48.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135661910.290.6500.25273.1249.4150.39
Hex8742BF1D410191113132
Octal207102277351010314216162
Binary10000111100001010111111111011000001011001100010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8742bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8742bf; }

 p { color: rgb(135,66,191); }

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

<style>
 a { background-color: #8742bf; }

 a { background-color: rgb(135,66,191); }

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

<style>
 span { border-color: #8742bf; }

 span { border-color: rgb(135,66,191); }

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