#983BAA

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

Shades of Deep Lilac #983BAA

Tints of Deep Lilac #983BAA

Color information

#983BAA (or 0x983BAA) is unknown color: approx Deep Lilac. HEX triplet: 98, 3B and AA. RGB value is (152,59,170). Sum of RGB (Red+Green+Blue) = 152+59+170=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #983BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983BAA is #67C455. Grayscale: #636363. Windows color (decimal): -6800470 or 11156376. OLE color: 11156376.

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

Color convert

RGB15259170-
CMYK0.110.6500.33
HSL290.27º48.47%44.9%-
HSV(B)290.27º65.29%66.67%-
XYZ21.7712.7139.34-
YUV99.46167.81165.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=39.90%
G=15.49%
B=44.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152591700.110.6500.33290.2748.4744.9
Hex983BAAB41021122302d
Octal23073252131010414426055
Binary1001100011101110101010101110000010100001100100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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