Html Css Color HEX #983DAC Deep Lilac

📋 copy color: '#983DAC'

red 152 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #983DAC

Tints of Deep Lilac #983DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

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

R = 39.48%
G = 15.84%
B = 44.68%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983DAC (or 0x983DAC) is known color: Deep Lilac. HEX triplet: 98, 3D and AC. RGB value is (152,61,172). Sum of RGB (Red+Green+Blue) = 152+61+172=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #983DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DAC is #67C253. Grayscale: #646464. Windows color (decimal): -6799956 or 11287960. OLE color: 11287960.

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

Color convert

RGB 152 61 172 -
CMYK 0.12 0.65 0 0.33
HSL 289.19º 0.48% 0.46% -
HSV(B) 289.19º 0.65% 0.67% -
XYZ 22.06 12.99 40.37 -
YUV 100.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 152 61 172 0.12 0.65 0 0.33 289.19 0.48 0.46
Hex 98 3D AC C 41 0 21 121 30 2E
Octal 230 75 254 14 101 0 41 441 60 56
Binary 10011000 111101 10101100 1100 1000001 0 100001 100100001 110000 101110

Color Harmonies of #983DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DAC

Black with #983DAC

Text Example


Text Example

White with #983DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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