Html Css Color HEX #984FBB Deep Lilac

📋 copy color: '#984FBB'

red 152 ◦ green 79 ◦ blue 187

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

Shades of Deep Lilac #984FBB

Tints of Deep Lilac #984FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 36.36%
G = 18.9%
B = 44.74%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#984FBB (or 0x984FBB) is known color: Deep Lilac. HEX triplet: 98, 4F and BB. RGB value is (152,79,187). Sum of RGB (Red+Green+Blue) = 152+79+187=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #984FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FBB is #67B044. Grayscale: #707070. Windows color (decimal): -6795333 or 12275608. OLE color: 12275608.

HSL color Cylindrical-coordinate representation of color #984FBB: hue angle of 280.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984FBB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 79 187 -
CMYK 0.19 0.58 0 0.27
HSL 280.56º 0.44% 0.52% -
HSV(B) 280.56º 0.58% 0.73% -
XYZ 24.71 15.86 48.77 -
YUV 113.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 152 79 187 0.19 0.58 0 0.27 280.56 0.44 0.52
Hex 98 4F BB 13 3A 0 1B 119 2C 34
Octal 230 117 273 23 72 0 33 431 54 64
Binary 10011000 1001111 10111011 10011 111010 0 11011 100011001 101100 110100

Color Harmonies of #984FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984FBB

Black with #984FBB

Text Example


Text Example

White with #984FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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