Html Css Color HEX #983FAC Deep Lilac

📋 copy color: '#983FAC'

red 152 ◦ green 63 ◦ blue 172

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

Shades of Deep Lilac #983FAC

Tints of Deep Lilac #983FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 39.28%
G = 16.28%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983FAC (or 0x983FAC) is known color: Deep Lilac. HEX triplet: 98, 3F and AC. RGB value is (152,63,172). Sum of RGB (Red+Green+Blue) = 152+63+172=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #983FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983FAC is #67C053. Grayscale: #656565. Windows color (decimal): -6799444 or 11288472. OLE color: 11288472.

HSL color Cylindrical-coordinate representation of color #983FAC: hue angle of 288.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983FAC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 63 172 -
CMYK 0.12 0.63 0 0.33
HSL 288.99º 0.46% 0.46% -
HSV(B) 288.99º 0.63% 0.67% -
XYZ 22.17 13.21 40.41 -
YUV 102.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 152 63 172 0.12 0.63 0 0.33 288.99 0.46 0.46
Hex 98 3F AC C 3F 0 21 121 2E 2E
Octal 230 77 254 14 77 0 41 441 56 56
Binary 10011000 111111 10101100 1100 111111 0 100001 100100001 101110 101110

Color Harmonies of #983FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FAC

Black with #983FAC

Text Example


Text Example

White with #983FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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