#983DB1

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

Shades of Deep Lilac #983DB1

Tints of Deep Lilac #983DB1

Color information

#983DB1 (or 0x983DB1) is unknown color: approx Deep Lilac. HEX triplet: 98, 3D and B1. RGB value is (152,61,177). Sum of RGB (Red+Green+Blue) = 152+61+177=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #983DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DB1 is #67C24E. Grayscale: #656565. Windows color (decimal): -6799951 or 11615640. OLE color: 11615640.

HSL color Cylindrical-coordinate representation of color #983DB1: hue angle of 287.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983DB1 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15261177-
CMYK0.140.6600.31
HSL287.07º48.74%46.67%-
HSV(B)287.07º65.54%69.41%-
XYZ22.5513.1942.95-
YUV101.43170.65164.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 177 (69.53% from 255) = 45.38%
R=38.97%
G=15.64%
B=45.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152611770.140.6600.31287.0748.7446.67
Hex983DB1E4201F11f312f
Octal23075261161020374376157
Binary100110001111011011000111101000010011111100011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,61,177); }

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

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

 a { background-color: rgb(152,61,177); }

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

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

 span { border-color: rgb(152,61,177); }

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