#8649BF

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

Shades of Deep Lilac #8649BF

Tints of Deep Lilac #8649BF

Color information

#8649BF (or 0x8649BF) is unknown color: approx Deep Lilac. HEX triplet: 86, 49 and BF. RGB value is (134,73,191). Sum of RGB (Red+Green+Blue) = 134+73+191=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #8649BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649BF is #79B640. Grayscale: #686868. Windows color (decimal): -7976513 or 12536198. OLE color: 12536198.

HSL color Cylindrical-coordinate representation of color #8649BF: hue angle of 271.02º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8649BF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13473191-
CMYK0.300.6200.25
HSL271.02º47.97%51.76%-
HSV(B)271.02º61.78%74.9%-
XYZ21.6213.650.77-
YUV104.69176.71148.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 191 (75% from 255) = 47.99%
R=33.67%
G=18.34%
B=47.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134731910.300.6200.25271.0247.9751.76
Hex8649BF1E3E01910f3034
Octal20611127736760314176064
Binary1000011010010011011111111110111110011001100001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8649BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8649BF; }

 p { color: rgb(134,73,191); }

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

<style>
 a { background-color: #8649BF; }

 a { background-color: rgb(134,73,191); }

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

<style>
 span { border-color: #8649BF; }

 span { border-color: rgb(134,73,191); }

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