#8252C1

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

Shades of Deep Lilac #8252C1

Tints of Deep Lilac #8252C1

Color information

#8252C1 (or 0x8252C1) is unknown color: approx Deep Lilac. HEX triplet: 82, 52 and C1. RGB value is (130,82,193). Sum of RGB (Red+Green+Blue) = 130+82+193=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #8252C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252C1 is #7DAD3E. Grayscale: #6C6C6C. Windows color (decimal): -8236351 or 12669570. OLE color: 12669570.

HSL color Cylindrical-coordinate representation of color #8252C1: hue angle of 265.95º 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 #8252C1 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13082193-
CMYK0.330.5800.24
HSL265.95º47.23%53.92%-
HSV(B)265.95º57.51%75.69%-
XYZ21.8514.6352.12-
YUV109.01175.4142.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=32.10%
G=20.25%
B=47.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130821930.330.5800.24265.9547.2353.92
Hex8252C1213A01810a2f36
Octal20212230141720304125766
Binary10000010101001011000001100001111010011000100001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8252C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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