Html Css Color HEX #984FCC Deep Lilac

📋 copy color: '#984FCC'

red 152 ◦ green 79 ◦ blue 204

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

Shades of Deep Lilac #984FCC

Tints of Deep Lilac #984FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 34.94%
G = 18.16%
B = 46.9%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#984FCC (or 0x984FCC) is known color: Deep Lilac. HEX triplet: 98, 4F and CC. RGB value is (152,79,204). Sum of RGB (Red+Green+Blue) = 152+79+204=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #984FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FCC is #67B033. Grayscale: #727272. Windows color (decimal): -6795316 or 13389720. OLE color: 13389720.

HSL color Cylindrical-coordinate representation of color #984FCC: hue angle of 275.04º degrees, saturation: 0.55, 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 #984FCC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 79 204 -
CMYK 0.25 0.61 0 0.2
HSL 275.04º 0.55% 0.55% -
HSV(B) 275.04º 0.61% 0.8% -
XYZ 26.64 16.63 58.93 -
YUV 115.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 152 79 204 0.25 0.61 0 0.2 275.04 0.55 0.55
Hex 98 4F CC 19 3D 0 14 113 37 37
Octal 230 117 314 31 75 0 24 423 67 67
Binary 10011000 1001111 11001100 11001 111101 0 10100 100010011 110111 110111

Color Harmonies of #984FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984FCC

Black with #984FCC

Text Example


Text Example

White with #984FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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