Html Css Color HEX #984FB4 Deep Lilac

📋 copy color: '#984FB4'

red 152 ◦ green 79 ◦ blue 180

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

Shades of Deep Lilac #984FB4

Tints of Deep Lilac #984FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.22%

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 36.98%
G = 19.22%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#984FB4 (or 0x984FB4) is known color: Deep Lilac. HEX triplet: 98, 4F and B4. RGB value is (152,79,180). Sum of RGB (Red+Green+Blue) = 152+79+180=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #984FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FB4 is #67B04B. Grayscale: #707070. Windows color (decimal): -6795340 or 11816856. OLE color: 11816856.

HSL color Cylindrical-coordinate representation of color #984FB4: hue angle of 283.37º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984FB4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 79 180 -
CMYK 0.16 0.56 0 0.29
HSL 283.37º 0.4% 0.51% -
HSV(B) 283.37º 0.56% 0.71% -
XYZ 23.98 15.56 44.92 -
YUV 112.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 152 79 180 0.16 0.56 0 0.29 283.37 0.4 0.51
Hex 98 4F B4 10 38 0 1D 11B 28 33
Octal 230 117 264 20 70 0 35 433 50 63
Binary 10011000 1001111 10110100 10000 111000 0 11101 100011011 101000 110011

Color Harmonies of #984FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984FB4

Black with #984FB4

Text Example


Text Example

White with #984FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,79,180); }

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

background-color css

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

 a { background-color: rgb(152,79,180); }

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

border-color css

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

 span { border-color: rgb(152,79,180); }

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