#9A51C1

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

Shades of Deep Lilac #9A51C1

Tints of Deep Lilac #9A51C1

Color information

#9A51C1 (or 0x9A51C1) is unknown color: approx Deep Lilac. HEX triplet: 9A, 51 and C1. RGB value is (154,81,193). Sum of RGB (Red+Green+Blue) = 154+81+193=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A51C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51C1 is #65AE3E. Grayscale: #737373. Windows color (decimal): -6663743 or 12669338. OLE color: 12669338.

HSL color Cylindrical-coordinate representation of color #9A51C1: hue angle of 279.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 #9A51C1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15481193-
CMYK0.200.5800.24
HSL279.11º47.46%53.73%-
HSV(B)279.11º58.03%75.69%-
XYZ25.8916.6152.29-
YUV115.6171.68155.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.98%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 193 (75.78% from 255) = 45.09%
R=35.98%
G=18.93%
B=45.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154811930.200.5800.24279.1147.4653.73
Hex9A51C1143A0181172f36
Octal23212130124720304275766
Binary1001101010100011100000110100111010011000100010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A51C1; }

 p { color: rgb(154,81,193); }

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

<style>
 a { background-color: #9A51C1; }

 a { background-color: rgb(154,81,193); }

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

<style>
 span { border-color: #9A51C1; }

 span { border-color: rgb(154,81,193); }

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