#8645BE

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

Shades of Deep Lilac #8645BE

Tints of Deep Lilac #8645BE

Color information

#8645BE (or 0x8645BE) is unknown color: approx Deep Lilac. HEX triplet: 86, 45 and BE. RGB value is (134,69,190). Sum of RGB (Red+Green+Blue) = 134+69+190=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8645BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8645BE is #79BA41. Grayscale: #656565. Windows color (decimal): -7977538 or 12469638. OLE color: 12469638.

HSL color Cylindrical-coordinate representation of color #8645BE: hue angle of 272.23º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8645BE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13469190-
CMYK0.290.6400.25
HSL272.23º48.21%50.78%-
HSV(B)272.23º63.68%74.51%-
XYZ21.2513.0450.11-
YUV102.23177.53150.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=34.10%
G=17.56%
B=48.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134691900.290.6400.25272.2348.2150.78
Hex8645BE1D400191103033
Octal206105276351000314206063
Binary10000110100010110111110111011000000011001100010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8645BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8645BE; }

 p { color: rgb(134,69,190); }

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

<style>
 a { background-color: #8645BE; }

 a { background-color: rgb(134,69,190); }

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

<style>
 span { border-color: #8645BE; }

 span { border-color: rgb(134,69,190); }

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