Html Css Color HEX #984FCB Deep Lilac

📋 copy color: '#984FCB'

red 152 ◦ green 79 ◦ blue 203

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

Shades of Deep Lilac #984FCB

Tints of Deep Lilac #984FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 35.02%
G = 18.2%
B = 46.77%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#984FCB (or 0x984FCB) is known color: Deep Lilac. HEX triplet: 98, 4F and CB. RGB value is (152,79,203). Sum of RGB (Red+Green+Blue) = 152+79+203=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #984FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FCB is #67B034. Grayscale: #727272. Windows color (decimal): -6795317 or 13324184. OLE color: 13324184.

HSL color Cylindrical-coordinate representation of color #984FCB: hue angle of 275.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984FCB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 79 203 -
CMYK 0.25 0.61 0 0.20
HSL 275.32º 0.54% 0.55% -
HSV(B) 275.32º 0.61% 0.8% -
XYZ 26.52 16.58 58.3 -
YUV 114.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 152 79 203 0.25 0.61 0 0.20 275.32 0.54 0.55
Hex 98 4F CB 19 3D 0 14 113 36 37
Octal 230 117 313 31 75 0 24 423 66 67
Binary 10011000 1001111 11001011 11001 111101 0 10100 100010011 110110 110111

Color Harmonies of #984FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984FCB

Black with #984FCB

Text Example


Text Example

White with #984FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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