Html Css Color HEX #983AAC Deep Lilac

📋 copy color: '#983AAC'

red 152 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #983AAC

Tints of Deep Lilac #983AAC

RGB

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

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

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

R = 39.79%
G = 15.18%
B = 45.03%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983AAC (or 0x983AAC) is known color: Deep Lilac. HEX triplet: 98, 3A and AC. RGB value is (152,58,172). Sum of RGB (Red+Green+Blue) = 152+58+172=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #983AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983AAC is #67C553. Grayscale: #626262. Windows color (decimal): -6800724 or 11287192. OLE color: 11287192.

HSL color Cylindrical-coordinate representation of color #983AAC: hue angle of 289.47º degrees, saturation: 0.5, 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 #983AAC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 58 172 -
CMYK 0.12 0.66 0 0.33
HSL 289.47º 0.5% 0.45% -
HSV(B) 289.47º 0.66% 0.67% -
XYZ 21.91 12.68 40.32 -
YUV 99.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 152 58 172 0.12 0.66 0 0.33 289.47 0.5 0.45
Hex 98 3A AC C 42 0 21 121 32 2D
Octal 230 72 254 14 102 0 41 441 62 55
Binary 10011000 111010 10101100 1100 1000010 0 100001 100100001 110010 101101

Color Harmonies of #983AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AAC

Black with #983AAC

Text Example


Text Example

White with #983AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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