Html Css Color HEX #983DA8 Deep Lilac

📋 copy color: '#983DA8'

red 152 ◦ green 61 ◦ blue 168

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

Shades of Deep Lilac #983DA8

Tints of Deep Lilac #983DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 39.9%
G = 16.01%
B = 44.09%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#983DA8 (or 0x983DA8) is known color: Deep Lilac. HEX triplet: 98, 3D and A8. RGB value is (152,61,168). Sum of RGB (Red+Green+Blue) = 152+61+168=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #983DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DA8 is #67C257. Grayscale: #646464. Windows color (decimal): -6799960 or 11025816. OLE color: 11025816.

HSL color Cylindrical-coordinate representation of color #983DA8: hue angle of 291.03º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983DA8 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 61 168 -
CMYK 0.10 0.64 0 0.34
HSL 291.03º 0.47% 0.45% -
HSV(B) 291.03º 0.64% 0.66% -
XYZ 21.69 12.84 38.38 -
YUV 100.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 152 61 168 0.10 0.64 0 0.34 291.03 0.47 0.45
Hex 98 3D A8 A 40 0 22 123 2F 2D
Octal 230 75 250 12 100 0 42 443 57 55
Binary 10011000 111101 10101000 1010 1000000 0 100010 100100011 101111 101101

Color Harmonies of #983DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DA8

Black with #983DA8

Text Example


Text Example

White with #983DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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