Html Css Color HEX #983DAB Deep Lilac

📋 copy color: '#983DAB'

red 152 ◦ green 61 ◦ blue 171

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

Shades of Deep Lilac #983DAB

Tints of Deep Lilac #983DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 39.58%
G = 15.89%
B = 44.53%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983DAB (or 0x983DAB) is known color: Deep Lilac. HEX triplet: 98, 3D and AB. RGB value is (152,61,171). Sum of RGB (Red+Green+Blue) = 152+61+171=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #983DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DAB is #67C254. Grayscale: #646464. Windows color (decimal): -6799957 or 11222424. OLE color: 11222424.

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

Color convert

RGB 152 61 171 -
CMYK 0.11 0.64 0 0.33
HSL 289.64º 0.47% 0.45% -
HSV(B) 289.64º 0.64% 0.67% -
XYZ 21.97 12.95 39.87 -
YUV 100.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 152 61 171 0.11 0.64 0 0.33 289.64 0.47 0.45
Hex 98 3D AB B 40 0 21 122 2F 2D
Octal 230 75 253 13 100 0 41 442 57 55
Binary 10011000 111101 10101011 1011 1000000 0 100001 100100010 101111 101101

Color Harmonies of #983DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DAB

Black with #983DAB

Text Example


Text Example

White with #983DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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