#8655C1

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

Shades of Deep Lilac #8655C1

Tints of Deep Lilac #8655C1

Color information

#8655C1 (or 0x8655C1) is unknown color: approx Deep Lilac. HEX triplet: 86, 55 and C1. RGB value is (134,85,193). Sum of RGB (Red+Green+Blue) = 134+85+193=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #8655C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655C1 is #79AA3E. Grayscale: #6F6F6F. Windows color (decimal): -7973439 or 12670342. OLE color: 12670342.

HSL color Cylindrical-coordinate representation of color #8655C1: hue angle of 267.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8655C1 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13485193-
CMYK0.310.5600.24
HSL267.22º46.55%54.51%-
HSV(B)267.22º55.96%75.69%-
XYZ22.7115.4252.23-
YUV111.96173.73143.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=32.52%
G=20.63%
B=46.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134851930.310.5600.24267.2246.5554.51
Hex8655C11F3801810b2f37
Octal20612530137700304135767
Binary1000011010101011100000111111111000011000100001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8655C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8655C1; }

 p { color: rgb(134,85,193); }

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

<style>
 a { background-color: #8655C1; }

 a { background-color: rgb(134,85,193); }

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

<style>
 span { border-color: #8655C1; }

 span { border-color: rgb(134,85,193); }

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