Html Css Color HEX #984ABD Deep Lilac

📋 copy color: '#984ABD'

red 152 ◦ green 74 ◦ blue 189

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

Shades of Deep Lilac #984ABD

Tints of Deep Lilac #984ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 36.63%
G = 17.83%
B = 45.54%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#984ABD (or 0x984ABD) is known color: Deep Lilac. HEX triplet: 98, 4A and BD. RGB value is (152,74,189). Sum of RGB (Red+Green+Blue) = 152+74+189=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #984ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ABD is #67B542. Grayscale: #6E6E6E. Windows color (decimal): -6796611 or 12405400. OLE color: 12405400.

HSL color Cylindrical-coordinate representation of color #984ABD: hue angle of 280.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984ABD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 74 189 -
CMYK 0.20 0.61 0 0.26
HSL 280.7º 0.47% 0.52% -
HSV(B) 280.7º 0.61% 0.74% -
XYZ 24.58 15.25 49.79 -
YUV 110.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 152 74 189 0.20 0.61 0 0.26 280.7 0.47 0.52
Hex 98 4A BD 14 3D 0 1A 119 2F 34
Octal 230 112 275 24 75 0 32 431 57 64
Binary 10011000 1001010 10111101 10100 111101 0 11010 100011001 101111 110100

Color Harmonies of #984ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ABD

Black with #984ABD

Text Example


Text Example

White with #984ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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