#8652C1

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

Shades of Deep Lilac #8652C1

Tints of Deep Lilac #8652C1

Color information

#8652C1 (or 0x8652C1) is unknown color: approx Deep Lilac. HEX triplet: 86, 52 and C1. RGB value is (134,82,193). Sum of RGB (Red+Green+Blue) = 134+82+193=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #8652C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652C1 is #79AD3E. Grayscale: #6D6D6D. Windows color (decimal): -7974207 or 12669574. OLE color: 12669574.

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

Color convert

RGB13482193-
CMYK0.310.5800.24
HSL268.11º47.23%53.92%-
HSV(B)268.11º57.51%75.69%-
XYZ22.4714.9552.15-
YUV110.2174.73144.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=32.76%
G=20.05%
B=47.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134821930.310.5800.24268.1147.2353.92
Hex8652C11F3A01810c2f36
Octal20612230137720304145766
Binary1000011010100101100000111111111010011000100001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8652C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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