#983BAF

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

Shades of Deep Lilac #983BAF

Tints of Deep Lilac #983BAF

Color information

#983BAF (or 0x983BAF) is unknown color: approx Deep Lilac. HEX triplet: 98, 3B and AF. RGB value is (152,59,175). Sum of RGB (Red+Green+Blue) = 152+59+175=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #983BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983BAF is #67C450. Grayscale: #636363. Windows color (decimal): -6800465 or 11484056. OLE color: 11484056.

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

Color convert

RGB15259175-
CMYK0.130.6600.31
HSL288.1º49.57%45.88%-
HSV(B)288.1º66.29%68.63%-
XYZ22.2512.941.87-
YUV100.03170.31165.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=39.38%
G=15.28%
B=45.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152591750.130.6600.31288.149.5745.88
Hex983BAFD4201F120322e
Octal23073257151020374406256
Binary100110001110111010111111011000010011111100100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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