Html Css Color HEX #984FBA Deep Lilac

📋 copy color: '#984FBA'

red 152 ◦ green 79 ◦ blue 186

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

Shades of Deep Lilac #984FBA

Tints of Deep Lilac #984FBA

RGB

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

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

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

R = 36.45%
G = 18.94%
B = 44.6%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#984FBA (or 0x984FBA) is known color: Deep Lilac. HEX triplet: 98, 4F and BA. RGB value is (152,79,186). Sum of RGB (Red+Green+Blue) = 152+79+186=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #984FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FBA is #67B045. Grayscale: #707070. Windows color (decimal): -6795334 or 12210072. OLE color: 12210072.

HSL color Cylindrical-coordinate representation of color #984FBA: hue angle of 280.93º 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 #984FBA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 79 186 -
CMYK 0.18 0.58 0 0.27
HSL 280.93º 0.44% 0.52% -
HSV(B) 280.93º 0.58% 0.73% -
XYZ 24.61 15.81 48.21 -
YUV 113.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 152 79 186 0.18 0.58 0 0.27 280.93 0.44 0.52
Hex 98 4F BA 12 3A 0 1B 119 2C 34
Octal 230 117 272 22 72 0 33 431 54 64
Binary 10011000 1001111 10111010 10010 111010 0 11011 100011001 101100 110100

Color Harmonies of #984FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984FBA

Black with #984FBA

Text Example


Text Example

White with #984FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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