Html Css Color HEX #984AC0 Deep Lilac

📋 copy color: '#984AC0'

red 152 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #984AC0

Tints of Deep Lilac #984AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 36.36%
G = 17.7%
B = 45.93%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#984AC0 (or 0x984AC0) is known color: Deep Lilac. HEX triplet: 98, 4A and C0. RGB value is (152,74,192). Sum of RGB (Red+Green+Blue) = 152+74+192=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #984AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984AC0 is #67B53F. Grayscale: #6E6E6E. Windows color (decimal): -6796608 or 12602008. OLE color: 12602008.

HSL color Cylindrical-coordinate representation of color #984AC0: hue angle of 279.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984AC0 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 74 192 -
CMYK 0.21 0.61 0 0.25
HSL 279.66º 0.48% 0.52% -
HSV(B) 279.66º 0.61% 0.75% -
XYZ 24.91 15.38 51.52 -
YUV 110.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 152 74 192 0.21 0.61 0 0.25 279.66 0.48 0.52
Hex 98 4A C0 15 3D 0 19 118 30 34
Octal 230 112 300 25 75 0 31 430 60 64
Binary 10011000 1001010 11000000 10101 111101 0 11001 100011000 110000 110100

Color Harmonies of #984AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984AC0

Black with #984AC0

Text Example


Text Example

White with #984AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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