Html Css Color HEX #984AC1 Deep Lilac

📋 copy color: '#984AC1'

red 152 ◦ green 74 ◦ blue 193

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

Shades of Deep Lilac #984AC1

Tints of Deep Lilac #984AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 36.28%
G = 17.66%
B = 46.06%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#984AC1 (or 0x984AC1) is known color: Deep Lilac. HEX triplet: 98, 4A and C1. RGB value is (152,74,193). Sum of RGB (Red+Green+Blue) = 152+74+193=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #984AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984AC1 is #67B53E. Grayscale: #6E6E6E. Windows color (decimal): -6796607 or 12667544. OLE color: 12667544.

HSL color Cylindrical-coordinate representation of color #984AC1: hue angle of 279.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984AC1 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 74 193 -
CMYK 0.21 0.62 0 0.24
HSL 279.33º 0.49% 0.52% -
HSV(B) 279.33º 0.62% 0.76% -
XYZ 25.02 15.42 52.11 -
YUV 110.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 152 74 193 0.21 0.62 0 0.24 279.33 0.49 0.52
Hex 98 4A C1 15 3E 0 18 117 31 34
Octal 230 112 301 25 76 0 30 427 61 64
Binary 10011000 1001010 11000001 10101 111110 0 11000 100010111 110001 110100

Color Harmonies of #984AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984AC1

Black with #984AC1

Text Example


Text Example

White with #984AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984AC1; }

 p { color: rgb(152,74,193); }

 H1.HeaderClassName
 {
   color: #984AC1;
 }
 .AnyTagClassName
 {
   color: #984AC1;
 }
</style>

background-color css

<style>
 a { background-color: #984AC1; }

 a { background-color: rgb(152,74,193); }

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

border-color css

<style>
 span { border-color: #984AC1; }

 span { border-color: rgb(152,74,193); }

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