Html Css Color HEX #984AD0 Deep Lilac

📋 copy color: '#984AD0'

red 152 ◦ green 74 ◦ blue 208

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

Shades of Deep Lilac #984AD0

Tints of Deep Lilac #984AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 35.02%
G = 17.05%
B = 47.93%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#984AD0 (or 0x984AD0) is known color: Deep Lilac. HEX triplet: 98, 4A and D0. RGB value is (152,74,208). Sum of RGB (Red+Green+Blue) = 152+74+208=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #984AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984AD0 is #67B52F. Grayscale: #707070. Windows color (decimal): -6796592 or 13650584. OLE color: 13650584.

HSL color Cylindrical-coordinate representation of color #984AD0: hue angle of 274.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984AD0 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 74 208 -
CMYK 0.27 0.64 0 0.18
HSL 274.93º 0.59% 0.55% -
HSV(B) 274.93º 0.64% 0.82% -
XYZ 26.78 16.13 61.38 -
YUV 112.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 152 74 208 0.27 0.64 0 0.18 274.93 0.59 0.55
Hex 98 4A D0 1B 40 0 12 113 3B 37
Octal 230 112 320 33 100 0 22 423 73 67
Binary 10011000 1001010 11010000 11011 1000000 0 10010 100010011 111011 110111

Color Harmonies of #984AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984AD0

Black with #984AD0

Text Example


Text Example

White with #984AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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