Html Css Color HEX #984ABA Deep Lilac

📋 copy color: '#984ABA'

red 152 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #984ABA

Tints of Deep Lilac #984ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 36.89%
G = 17.96%
B = 45.15%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#984ABA (or 0x984ABA) is known color: Deep Lilac. HEX triplet: 98, 4A and BA. RGB value is (152,74,186). Sum of RGB (Red+Green+Blue) = 152+74+186=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #984ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ABA is #67B545. Grayscale: #6D6D6D. Windows color (decimal): -6796614 or 12208792. OLE color: 12208792.

HSL color Cylindrical-coordinate representation of color #984ABA: hue angle of 281.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984ABA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 74 186 -
CMYK 0.18 0.60 0 0.27
HSL 281.79º 0.45% 0.51% -
HSV(B) 281.79º 0.6% 0.73% -
XYZ 24.26 15.12 48.09 -
YUV 110.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 152 74 186 0.18 0.60 0 0.27 281.79 0.45 0.51
Hex 98 4A BA 12 3C 0 1B 11A 2D 33
Octal 230 112 272 22 74 0 33 432 55 63
Binary 10011000 1001010 10111010 10010 111100 0 11011 100011010 101101 110011

Color Harmonies of #984ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ABA

Black with #984ABA

Text Example


Text Example

White with #984ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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