Html Css Color HEX #983FAD Deep Lilac

📋 copy color: '#983FAD'

red 152 ◦ green 63 ◦ blue 173

#983FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #983FAD

Tints of Deep Lilac #983FAD

RGB

 RED value IS 152 (59.77% from 255) = 39.18%

 GREEN value IS 63 (25% from 255) = 16.24%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 39.18%
G = 16.24%
B = 44.59%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#983FAD (or 0x983FAD) is known color: Deep Lilac. HEX triplet: 98, 3F and AD. RGB value is (152,63,173). Sum of RGB (Red+Green+Blue) = 152+63+173=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #983FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983FAD is #67C052. Grayscale: #656565. Windows color (decimal): -6799443 or 11354008. OLE color: 11354008.

HSL color Cylindrical-coordinate representation of color #983FAD: hue angle of 288.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983FAD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 63 173 -
CMYK 0.12 0.64 0 0.32
HSL 288.55º 0.47% 0.46% -
HSV(B) 288.55º 0.64% 0.68% -
XYZ 22.27 13.25 40.92 -
YUV 102.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 152 63 173 0.12 0.64 0 0.32 288.55 0.47 0.46
Hex 98 3F AD C 40 0 20 121 2F 2E
Octal 230 77 255 14 100 0 40 441 57 56
Binary 10011000 111111 10101101 1100 1000000 0 100000 100100001 101111 101110

Color Harmonies of #983FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FAD

Black with #983FAD

Text Example


Text Example

White with #983FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,63,173); }

 H1.HeaderClassName
 {
   color: #983FAD;
 }
 .AnyTagClassName
 {
   color: #983FAD;
 }
</style>

background-color css

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

 a { background-color: rgb(152,63,173); }

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

border-color css

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

 span { border-color: rgb(152,63,173); }

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