Html Css Color HEX #983DAF Deep Lilac

📋 copy color: '#983DAF'

red 152 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #983DAF

Tints of Deep Lilac #983DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 39.18%
G = 15.72%
B = 45.1%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#983DAF (or 0x983DAF) is known color: Deep Lilac. HEX triplet: 98, 3D and AF. RGB value is (152,61,175). Sum of RGB (Red+Green+Blue) = 152+61+175=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #983DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DAF is #67C250. Grayscale: #646464. Windows color (decimal): -6799953 or 11484568. OLE color: 11484568.

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

Color convert

RGB 152 61 175 -
CMYK 0.13 0.65 0 0.31
HSL 287.89º 0.48% 0.46% -
HSV(B) 287.89º 0.65% 0.69% -
XYZ 22.36 13.11 41.91 -
YUV 101.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 152 61 175 0.13 0.65 0 0.31 287.89 0.48 0.46
Hex 98 3D AF D 41 0 1F 120 30 2E
Octal 230 75 257 15 101 0 37 440 60 56
Binary 10011000 111101 10101111 1101 1000001 0 11111 100100000 110000 101110

Color Harmonies of #983DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DAF

Black with #983DAF

Text Example


Text Example

White with #983DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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