Html Css Color HEX #984AAE Deep Lilac

📋 copy color: '#984AAE'

red 152 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #984AAE

Tints of Deep Lilac #984AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 38%
G = 18.5%
B = 43.5%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#984AAE (or 0x984AAE) is known color: Deep Lilac. HEX triplet: 98, 4A and AE. RGB value is (152,74,174). Sum of RGB (Red+Green+Blue) = 152+74+174=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #984AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AAE is #67B551. Grayscale: #6C6C6C. Windows color (decimal): -6796626 or 11422360. OLE color: 11422360.

HSL color Cylindrical-coordinate representation of color #984AAE: hue angle of 286.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984AAE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 74 174 -
CMYK 0.13 0.57 0 0.32
HSL 286.8º 0.4% 0.49% -
HSV(B) 286.8º 0.57% 0.68% -
XYZ 23.04 14.63 41.65 -
YUV 108.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 152 74 174 0.13 0.57 0 0.32 286.8 0.4 0.49
Hex 98 4A AE D 39 0 20 11F 28 31
Octal 230 112 256 15 71 0 40 437 50 61
Binary 10011000 1001010 10101110 1101 111001 0 100000 100011111 101000 110001

Color Harmonies of #984AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984AAE

Black with #984AAE

Text Example


Text Example

White with #984AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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