Html Css Color HEX #984BBA Deep Lilac

📋 copy color: '#984BBA'

red 152 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #984BBA

Tints of Deep Lilac #984BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

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

R = 36.8%
G = 18.16%
B = 45.04%

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

#984BBA (or 0x984BBA) is known color: Deep Lilac. HEX triplet: 98, 4B and BA. RGB value is (152,75,186). Sum of RGB (Red+Green+Blue) = 152+75+186=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #984BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BBA is #67B445. Grayscale: #6E6E6E. Windows color (decimal): -6796358 or 12209048. OLE color: 12209048.

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

Color convert

RGB 152 75 186 -
CMYK 0.18 0.60 0 0.27
HSL 281.62º 0.45% 0.51% -
HSV(B) 281.62º 0.6% 0.73% -
XYZ 24.33 15.25 48.12 -
YUV 110.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 152 75 186 0.18 0.60 0 0.27 281.62 0.45 0.51
Hex 98 4B BA 12 3C 0 1B 11A 2D 33
Octal 230 113 272 22 74 0 33 432 55 63
Binary 10011000 1001011 10111010 10010 111100 0 11011 100011010 101101 110011

Color Harmonies of #984BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BBA

Black with #984BBA

Text Example


Text Example

White with #984BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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