Html Css Color HEX #983AAB Deep Lilac

📋 copy color: '#983AAB'

red 152 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #983AAB

Tints of Deep Lilac #983AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

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

R = 39.9%
G = 15.22%
B = 44.88%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983AAB (or 0x983AAB) is known color: Deep Lilac. HEX triplet: 98, 3A and AB. RGB value is (152,58,171). Sum of RGB (Red+Green+Blue) = 152+58+171=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #983AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983AAB is #67C554. Grayscale: #626262. Windows color (decimal): -6800725 or 11221656. OLE color: 11221656.

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

Color convert

RGB 152 58 171 -
CMYK 0.11 0.66 0 0.33
HSL 289.91º 0.49% 0.45% -
HSV(B) 289.91º 0.66% 0.67% -
XYZ 21.81 12.64 39.82 -
YUV 98.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 152 58 171 0.11 0.66 0 0.33 289.91 0.49 0.45
Hex 98 3A AB B 42 0 21 122 31 2D
Octal 230 72 253 13 102 0 41 442 61 55
Binary 10011000 111010 10101011 1011 1000010 0 100001 100100010 110001 101101

Color Harmonies of #983AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AAB

Black with #983AAB

Text Example


Text Example

White with #983AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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