#983AAA

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

Shades of Deep Lilac #983AAA

Tints of Deep Lilac #983AAA

Color information

#983AAA (or 0x983AAA) is unknown color: approx Deep Lilac. HEX triplet: 98, 3A and AA. RGB value is (152,58,170). Sum of RGB (Red+Green+Blue) = 152+58+170=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #983AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983AAA is #67C555. Grayscale: #626262. Windows color (decimal): -6800726 or 11156120. OLE color: 11156120.

HSL color Cylindrical-coordinate representation of color #983AAA: hue angle of 290.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983AAA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15258170-
CMYK0.110.6600.33
HSL290.36º49.12%44.71%-
HSV(B)290.36º65.88%66.67%-
XYZ21.7212.639.32-
YUV98.87168.14165.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 15.26%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=40%
G=15.26%
B=44.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152581700.110.6600.33290.3649.1244.71
Hex983AAAB42021122312d
Octal23072252131020414426155
Binary1001100011101010101010101110000100100001100100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983AAA; }

 p { color: rgb(152,58,170); }

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

<style>
 a { background-color: #983AAA; }

 a { background-color: rgb(152,58,170); }

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

<style>
 span { border-color: #983AAA; }

 span { border-color: rgb(152,58,170); }

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