Html Css Color HEX #984AAA Deep Lilac

📋 copy color: '#984AAA'

red 152 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #984AAA

Tints of Deep Lilac #984AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 38.38%
G = 18.69%
B = 42.93%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#984AAA (or 0x984AAA) is known color: Deep Lilac. HEX triplet: 98, 4A and AA. RGB value is (152,74,170). Sum of RGB (Red+Green+Blue) = 152+74+170=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #984AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AAA is #67B555. Grayscale: #6B6B6B. Windows color (decimal): -6796630 or 11160216. OLE color: 11160216.

HSL color Cylindrical-coordinate representation of color #984AAA: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984AAA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 74 170 -
CMYK 0.11 0.56 0 0.33
HSL 288.75º 0.39% 0.48% -
HSV(B) 288.75º 0.56% 0.67% -
XYZ 22.65 14.48 39.63 -
YUV 108.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 152 74 170 0.11 0.56 0 0.33 288.75 0.39 0.48
Hex 98 4A AA B 38 0 21 121 27 30
Octal 230 112 252 13 70 0 41 441 47 60
Binary 10011000 1001010 10101010 1011 111000 0 100001 100100001 100111 110000

Color Harmonies of #984AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984AAA

Black with #984AAA

Text Example


Text Example

White with #984AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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