Html Css Color HEX #984ABF Deep Lilac

📋 copy color: '#984ABF'

red 152 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #984ABF

Tints of Deep Lilac #984ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 36.45%
G = 17.75%
B = 45.8%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#984ABF (or 0x984ABF) is known color: Deep Lilac. HEX triplet: 98, 4A and BF. RGB value is (152,74,191). Sum of RGB (Red+Green+Blue) = 152+74+191=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #984ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ABF is #67B540. Grayscale: #6E6E6E. Windows color (decimal): -6796609 or 12536472. OLE color: 12536472.

HSL color Cylindrical-coordinate representation of color #984ABF: hue angle of 280º 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 #984ABF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 74 191 -
CMYK 0.20 0.61 0 0.25
HSL 280º 0.48% 0.52% -
HSV(B) 280º 0.61% 0.75% -
XYZ 24.8 15.33 50.94 -
YUV 110.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 152 74 191 0.20 0.61 0 0.25 280 0.48 0.52
Hex 98 4A BF 14 3D 0 19 118 30 34
Octal 230 112 277 24 75 0 31 430 60 64
Binary 10011000 1001010 10111111 10100 111101 0 11001 100011000 110000 110100

Color Harmonies of #984ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ABF

Black with #984ABF

Text Example


Text Example

White with #984ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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